|
I'm trying to set the width and height for the SVG
generated by the SVGGraphics2D since otherwise the default image is 400x400 and
the image gets clipped off. How do I do this programmatically? I tried using the
getRoot method of the SVGGraphics2D and manipulating the DOM to add the "height"
and "width" attributes, but that messed up the created SVG DOM.
thanks,
sriram
|
- Re: setting with and height for SVG Sriram Nookala
- Re: setting with and height for SVG Vincent Hardy
- Re: setting with and height for SVG Sriram Nookala
- Re: setting with and height for SVG Vincent Hardy
- Re: setting with and height for SVG Sriram Nookala
