Hi Rob, Rob Davis-5 <[EMAIL PROTECTED]> wrote on 03/14/2008 07:14:34 AM:
> Here's a class to take into account the parent elements with transforms. It > preConcatenates them all together into one which can then be applied to the > points of the element to get its true co-ordinates in the viewport. Just trying to understand the purpose of this class, and make sure you are aware of alternatives. Once you have loaded an SVG into Batik you can use the SVG DOM which provides methods like, getTransformToElement or getScreenCTM which perform much the same as the above function. I think your code would work from a simple DOM (without needing the SVG DOM) which might be useful in some circumstances.
