hi,
was wondering if it is possible to create multiple SVGDocuments in a SVGDocument.
am trying to create the same effect in a .svg file which normally does
<svg>
<svg>
</svg>
<svg>
</svg>
</svg>
can i do something like this in JAVA?
i currently have done multiple SVGDocument each in its own JSVGCanvas. also, it there any way that i can capture events on the bottom layer? even the batik Zoom function only zooms in the top layer.
thanks!
