> if i want to add additional attribute elements to this <g> element, all i
> have to do is ask my svgGenerator for getTopLevelGroup().  pretty easy.
but
> what if I want to add custom attribute tags to each subcomponent?

this did not work.  asking SVGGraphics2D for getroot() or getTopLevelGroup()
doesn't return anything.  evidently, it is not until you call stream() that
the SVG document is generated at all?

is there a way to use SVGGraphics2D to just get a <g> element back from a
component?

thanks again
ERIK!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to