RESOLVED WONTFIX 118024
RenderSVGViewportContainer::calcViewport should check the attribute value
https://bugs.webkit.org/show_bug.cgi?id=118024
Summary RenderSVGViewportContainer::calcViewport should check the attribute value
Ryosuke Niwa
Reported 2013-06-25 21:08:44 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/2c4fdb3d735d5d6519fe8fec97ff078ea5ec6371 Replace hasAttribute with the check for actual value This change replaces the use of hasAttribute() by a better and correct approach, to check if the actual value is greater than or equal to zero. This patch also includes a Ref Test which demonstrates the setting of attribute within a 'use' tag to test the changed code path.
Attachments
Philip Rogers
Comment 1 2013-06-25 21:09:53 PDT
You don't want this change; it ended up getting rolled out.
Note You need to log in before you can comment on or make changes to this bug.