> Where is getElementByPoint documented? I went looking in
> http://www.w3.org/TR/SVG11/struct.html#DOMInterfaces for it but didn't
find
> it there.
http://dev.w3.org/csswg/cssom-view/#dom-document-elementfrompoint
Thanks Robert,
That seems like a funny place for it to be located. I gue
I'm somewhat confused about that method and don't have time to test. Does
it return just one element? Does it factor in transforms?
[Non-text portions of this message have been removed]
-
To unsubscribe send a message to: svg-developers-unsubscr...@yah
If getElementFromPoint is not part of the spec, I would just create a
rect/BBox of the point and then document.getIntersectionList(pointBox,
null).
[Non-text portions of this message have been removed]
-
To unsubscribe send a message to: svg-developers
Hi Robert,
Where is getElementByPoint documented? I went looking in
http://www.w3.org/TR/SVG11/struct.html#DOMInterfaces for it but didn't find
it there.
On that topic, are there illustrations in the test suite anywhere for those
methods? Or is there an inventory of which browsers support t
4 matches
Mail list logo