You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test($compile): work around Chrome (Windows) bug with reported size for <foreignObject>
Chrome 53-54+ on Windows (only) reports a 25% larger size for `<foreignObject>` elements and their
descendants (although the size is actually correct on the page). For example,
`<foreignObject style="width: 100px; height: 100px;">...</foreignObject>`, will be reported by
`getBoundingClientRect()` as being `125px` x `125px`, although it will be `100px` x `100px` as
expected.
Fixesangular#15333
0 commit comments