[Webkit-unassigned] [Bug 41596] Pattern fill with image not rendered after reload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 6 16:33:32 PDT 2010


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





--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-08-06 16:33:32 PST ---
The pattern is rendered into an ImageBuffer in RenderSVGResourcePattern::createTileImage(), by calling SVGRenderSupport::renderSubtreeToImage() with the RenderSVGImage. If this happens too early, there's no image yet, but there's also nothing to update the pattern once the image finally loads.

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