Hi!
I am trying to return the absolute position of an element in a SVG.
I have tried using basic javascript functions to return the relative position but I only have access to the contentDocument since the SVG is embeded using an OBJECT tag.
Because of this I cannot recurse thru the elements to find the position of the element position...
Is there any native SVG functions to get the position of an element relative to the SVG element (X=0, Y=0)?
Thank you, Morten!