[Webkit-unassigned] [Bug 205282] Missing tests on r253521
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 17 12:32:48 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205282
--- Comment #15 from zalan <zalan at apple.com> ---
Comment on attachment 385907
--> https://bugs.webkit.org/attachment.cgi?id=385907
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=385907&action=review
> Source/WebCore/rendering/svg/SVGRenderSupport.cpp:77
> + return (is<RenderSVGRoot>(parent)) ? parent.computeFloatVisibleRectInContainer(adjustedRect, container, context) : FloatRect();
I think you want to check if the parent is an svg object and not that it's the root.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191217/554e9334/attachment-0001.htm>
More information about the webkit-unassigned
mailing list