Tony: > > *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>
Cameron McCormack: > Yeah, looks like a bug. Filed: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=43953 Which is now fixed in SVN: http://svn.apache.org/viewvc?rev=598518&view=rev -- 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/

