[Webkit-unassigned] [Bug 52045] SVG image in HTML changes size as the window is resized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 01:30:20 PST 2011


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





--- Comment #2 from Nikolas Zimmermann <zimmermann at kde.org>  2011-01-07 01:30:20 PST ---
Ouch, stupid bug. One of the many cases, where we're not taking care of the SVG embedded in HTML correctly. 
If you set isLayoutSizeChanged to false, hardcoded in SVGRenderSupport.cpp:

void SVGRenderSupport::layoutChildren(RenderObject* start, bool selfNeedsLayout)
{
    bool layoutSizeChanged = false; //findTreeRootObject(start)->isLayoutSizeChanged();

Does the problem disappear?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list