Hello,

with the following code I retrieved a SVG rect from a document:

      Element e = doc.getElementById("my_group_id");
      SVGOMRectElement rect = (SVGOMRectElement) e;

This element owns a transform matrix. Now I want to find out, where the 4
points of this rect are exactly located. For example the attributes say,
that left upper point is at (x 200, y 300), but with transform matrix the
point is at a completely different location.

My idea was this, to apply the transform matrix on the 4 points. Is this the
right way? And if so, how can it be done?

Thank you very much!
floyd
-- 
View this message in context: 
http://www.nabble.com/Apply-a-SVG-transform-to-a-point-tp23670930p23670930.html
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to