Hi David. David Gellman: > I'm just getting started with scripting in SVG. My files render perfectly > in squiggle, but the batik-rasterizer ignores the scripted elements and > renders just the blank canvas. When I rasterize files without scripting, > everything works fine. > > I'm sure I must just be missing something basic. > > Here is an example of how I'm scripting elements. Thanks for any advice you > can give.
Are you running the Batik rasterizer with the -onload option? This will cause the rasterizer to run the document's onload script before rasterizing. Normally, no scripts are run. Cameron -- Cameron McCormack | Web: http://mcc.id.au/ | ICQ: 26955922 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
