[Webkit-unassigned] [Bug 43779] RenderImage::imageChanged invalidates wrong area

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 10 03:57:14 PDT 2010


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





--- Comment #1 from Nikolas Zimmermann <zimmermann at kde.org>  2010-08-10 03:57:14 PST ---
Good catch, as RenderSVGImage::imageChanged(), repaints on its own, I think it's not needed.
Note, this bug also affects mac, when using "Quartz Debug" it's clearly visible.

The real problem is that RenderSVGImage inherits from RenderImage, instead it should be a RenderSVGModelObject (like RenderSVGContainer, RenderPath, etc..) to integrate better with SVGs render tree. The current design is ineffecient.

It's straightforward to fix, Patrick, do you have interesst to fix this?

-- 
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