DescriptionDirty pres. attribute style on <svg> dimension change when not attached
When an <svg> wasn't attached, and it had its 'width'/'height' mutated
via the SVG DOM interfaces (SVG*Length), presentation attribute style
would not be dirtied. This could lead to an incorrect size being
computed in some cases.
Ensure that presentation attribute style is always updated if the <svg>
element is not attached.
BUG=701075
Review-Url: https://codereview.chromium.org/2747153002
Cr-Commit-Position: refs/heads/master@{#456702}
Committed: https://chromium.googlesource.com/chromium/src/+/b4ea1268734a32066e965107a5bb0d3ac7cba5a1
Patch Set 1 #
Messages
Total messages: 16 (11 generated)
|