[Bug 29809] Accessing the offset of inner SVG elements

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29809

--- Comment #2 from Arun <arunkumar413@gmail.com> ---
I'm trying to make an online electronic schematic application. The electronic
parts are visualized using SVG rectangles, text, lines etc, (see this example
part: (https://jsbin.com/tapedam/edit?html,output).

The <line> elements represent the part pins. I want to connect the pins with
other components and sustain the connections even if the components are moved
anywhere in the browser window.

However the lines do not expose their offsets to the DOM as they're inside the
SVG. This makes it difficult to sustain the connections of the parts.

If the offsets of inner elements are exposed it would make it easier to
identify the position of specific element(line, text, rectangle).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 7 September 2016 01:42:32 UTC