Hi Stephen, Stephen Williams <[email protected]> wrote on 09/16/2009 05:28:56 AM:
> I am using SVGGraphics2D to generate an SVG file. All I want to do
> is start a new group and have all proceeding draw functions add to this
group.
>
> Can someone please point me in the right direction?
You can call 'getRoot()' to get everything drawn since the
SVGGraphics2D was created, or the last time getRoot was called
(calling getRoot clears the SVGGraphics2D).
