[Webkit-unassigned] [Bug 138481] Repaint of HTML div inside scaled SVG is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 6 16:17:13 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138481

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.fraser at apple.com,
                   |                            |thorton at apple.com

--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
RenderSVG* classes use computeFloatRectForRepaint(), but RenderBox etc use computeRectForRepaint(). You'd think that RenderSVGForeignObject would jump from the latter to the former, but it doesn't, so we end up hitting RenderObject::computeRectForRepaint() for a RenderSVGTransformableContainer and completely miss the transform.

-- 
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/20141107/8e50e978/attachment-0002.html>


More information about the webkit-unassigned mailing list