Greetings, I'm quite new to SVG, have been playing around with Batik libs. I need to clip an SVG document, at the SVG level, i.e. remove elements not crossing a given view point, and remove them from the SVG. For that matter, I would need to be able to compute the bounding box of elements. >From the way SVG works, this can't be computed directly, since elements can be transformed, etc.
Anyone got an idea how to proceed? Could I use the rendering engine to make the calculation, then copy back the bounding box to the DOM? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
