Hi Michael, "Bishop, Michael W. CONTR J9C880" <[EMAIL PROTECTED]> wrote on 02/13/2006 10:54:03 AM:
> OK, I have all the pieces from previous posts, but I?m lacking the crucial > method calls to put it together. > > I have an element. > An element has a CTM which contains all of its transform information. > An element has a bounding box (getBBox()). > > How do I apply the CTM to the bounding box to properly bound the element? You can either use the SVGMatrix to map each of the corner points or you can build a Java awt AffineTransform and call createTransformedShape with the bounding Rect. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
