RE: Animate signing a signature...
| 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);