Hi, On Thu, 2007-03-01 at 00:41 -0800, compie wrote: > I would like to use the Batik-rasterizer to get the same result as I see on > the screen with Squiggle. > > Here is my SVG file: > http://www.johanc.nl/dump/image_magick.xml.svg > http://www.johanc.nl/dump/image_magick.xml.svg >
If you look at the svg xml source, the width is specified as 100%, so the batik rasterizer will use default width which is 400 px, you need to change the svg root element width attribute to the size you want eg: 1195, or play with rasterizer options width and height The user agent eg: batik squigle or firefox, etc will intepret 100% to be the width of the viewer Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]