Andreas Neumann: > I tested the new SVN version with the SVG fireworks example: > http://www.carto.net/neumann/svg/svgfireworks.svg > > The example fails and I get the following error message:
This exception is because there is an error in the document. One of the begin attributes in the document has a stray semicolon at the end. After fixing this (and a small change just checked in to SVN), it mostly works (albeit a bit slowly). What doesn’t work, though, is the triggering of the last 5 animations in the document based on the interval ends of animations inside the symbols. I suspect this is because of how the animation elements are cloned in the use shadow tree. I think some non-trivial work will be needed to fix this. Changing them to .beginEvent and .endEvent instead of .begin and .end works, though. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
