[Webkit-unassigned] [Bug 38307] REGRESSION: gradient background of LayoutTests/fast/backgrounds/resources/balloon.svg fails to draw

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 22:06:18 PDT 2010


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





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-04-28 22:06:18 PST ---
It seems like the difference with this file is that the <linearGradient> is
inside a <def>.

The <def> has no renderer, so we never create a renderer for the
linearGradient, and therefore never call SVGDocumentExtensions::addResource()
for it.

How is this supposed to work?

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