Hi
Currently I render images using the various drawImage(Image,
AffineTransform,...) method. As expected it produces rather ugly results
since the image pixels do not correspond to screen pixels at all (I'm
heavily using AffineTransformations).
I'd like to replace those images with SVG. How could I do this?
SVG Swing component is not what I need since the area where I need the
graphic is not a component.
Render SVG to an image and then drawImage() it does not work since the
destination area is not pixel aligned.
Any ideas?
cheers
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org