Re: Paint SVG to Graphics2D using a GVTBuilder and GraphicsNode

2004-12-17 Thread Thomas DeWeese
Demian Gutierrez wrote: There is a TODO: the problem was that all objects in the tree has clips with bounds of (0, 0, 1, 1) so the only thing I get first was a black image only with the pixel at 0, 0 painted. I don't know why all the clips are this way, y any one knows it please tell me. At least t

Paint SVG to Graphics2D using a GVTBuilder and GraphicsNode

2004-12-16 Thread Demian Gutierrez
Hello to all. I had the problem of painting a SVG to a Graphics2D. But I needed to do it with out a JSVGCanvas, JSVGComponent, etc. I had a lot of problems finding documentation, examples, etc, and finally solved the problem by my self. This is the code, I hope it may help to others: public stati