>>>>> "monojit" == monojit <[EMAIL PROTECTED]> writes:
monojit> Here is the svg file i had generated.
You don't specify a width and height on the outermost svg, so the
rasterizer defaults to 400x400. You can set the width and height of
the outermost svg by calling 'setSVGCanvasSize(Dimension)' on the
SVGGraphics2D right after you construct it.
You can also specify the region to rasterize if you want to (There
are command line options for the svgrasterizer app, or 'hints' you can
provide to the Transcoder API's).
Without this information it has no idea what region on the
infinite canvas it should render.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]