RE: Animate signing a signature...

"[email protected] [svg-developers]" <[email protected]> 06 Nov 2014 16:19:51 -0800
Newsgroups gmane.text.xml.svg.devel
Message-ID <[email protected]>
Correction.

The last line of the script: if (i == calligraphy.length) window.clearTimeout(timer);
should read: if (i == calligraphy.length) window.clearInterval(timer);