RESOLVED FIXED 126190
[SVG] Fix root element length values handling
https://bugs.webkit.org/show_bug.cgi?id=126190
Summary [SVG] Fix root element length values handling
Ryosuke Niwa
Reported 2013-12-23 16:32:42 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/a7dedf81eb7008276bb6854f0e46465e039788f8 SVGLengthContext::determineViewport() currently asserts that we're not resolving lengths for the topmost element, but there's nothing to prevent such calls. The CL updates determineViewport() to handle root elements geracefully (using their current viewport). It also changes the signature slightly to operate directly on a FloatSize, reducing some of the boiler-plate client code.
Attachments
Nikolas Zimmermann
Comment 1 2019-09-02 02:23:16 PDT
This was integrated in WebKit into r160774 already on 18.12.2013. Closing as resolved.
Note You need to log in before you can comment on or make changes to this bug.