GetBoundingClientRect() returns incorrectvalues for foreignObject SVG
Issue #16165458 • Assigned to Travis L.
Steps to reproduce
The Javascript function getBoundingClientRect() returns incorrect values for the <foreignObject> element in svg. The top and left of the getBoundingClientRect() is returning as 209 instead of 109. And the <foreignobject> is not working in IE 11.
Here is the jsfiddle:
https://jsfiddle.net/ygtLz6wk/15/
You need to sign in to your Microsoft account to add a comment.
Sign in