[Webkit-unassigned] [Bug 15276] Linear gradient bug in SVG.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 06:42:33 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15276





------- Comment #8 from eugene.lazutkin at gmail.com  2007-09-25 06:42 PDT -------
Webkit's .innerHTML skips all xmlns definitions --- I don't know if this is
another bug, or not. Obviously  the file was generated with all proper
namespaces. BTW, with your changes it still shows single color squares instead
of gradients --- this is the bug I've reported.

In order to make your example work, you have to modify it a little bit more:
namely you have to change "gradientunits" to "gradientUnits". The same goes for
"patternUnits" (not used in this example). Probably this is the root of the bug
--- an attribute's name is lowercased somewhere before assignment, but relevant
pieces of code expect the proper camelcase.


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