[Webkit-unassigned] [Bug 12064] Need function for manual style-resolution for things like gradient stops
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 1 18:58:30 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12064
------- Comment #2 from macdome at opendarwin.org 2007-01-01 18:58 PDT -------
I'm not sure I'm able to come up with a test case to demonstrate this. This
one seems to work fine in TOT:
<svg xmlns="http://www.w3.org/2000/svg" style='color: green'>
<defs>
<linearGradient id='gradient' x2='5'>
<stop offset='0' stop-color='currentColor' />
<stop offset='1' stop-color='red' />
</linearGradient>
</defs>
<rect fill="url(#gradient)" width='100px' height='100px' />
</svg>
I still think a function do use to do this more cleanly would be nice.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list