I managed to override the Graphics2D and output the
drawing to a file wich creates a pretty accurate drawing.
But the hooking in on this place still feels wrong.
The base svg drawing is build from pretty few basic paths
that is reused over and over for fill, draw and clip and 
so on...
When I hook in on the graphics and try to rebuild the java2d
I have to rebuild generalpaths over and over...
Where I would like to hook in is where the shapes are build
in the first place!
problem is I can't find out where that happens...

/Rikard
[EMAIL PROTECTED]


Reply via email to