Tony: > This following code throws a "null" error in Batik, though for the > life of me I don't know why:
Check the stack trace from the exception. It should list the line number of the script that caused the exception. > I have also learned: > *Fills and gradients don't animate too well in Batik, using > either declarative or script animation, That would be because of this long standing bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=23443 This will likely be worked on after the next release. > *Batik doesn't comprende event listeners to well, I haven’t had any problems with event listeners. Anything specific going wrong? > *and how Batik renders this animation is just weird: > > <svg width="1000px" height="600px"> > > <defs> > </defs> > <!-- Animation renders properly in ASV but not in Batik --> > <path d="M200 200 l200 0 0 200 -200 0 z" fill="none" > stroke="black" stroke-width="4"/> > <g fill="none" stroke="red" stroke-width="7" > transform="translate(200, 200)"> > <animateMotion path="M0 0 l200 0 0 200 -200 0 > z" begin="2s" dur="8s" repeatCount="indefinite" rotate="auto" /> > <line x1="0" y1="0" x2="50" y2="0"/> > <line x1="50" y1="" x2="35" y2="-15"/> > <line x1="50" y1="" x2="35" y2="15"/> > </g> > > </svg> Yeah, looks like a bug. Filed: http://issues.apache.org/bugzilla/show_bug.cgi?id=43953 -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

