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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 06:36:46 PDT 2007


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #7 from eric at webkit.org  2007-09-25 06:36 PDT -------
Ok, now I see the bug.  You used "gradientunits" instead of "gradientUnits". 
Attributes are case sensitive in SVG.  So we ignore "gradientunits" (and should
probably write something to the console when we do this).  This code was
defining a gradient vector which was started at 0%, 0% and went to 10000%
width, 10000% height of the bounding box of whatever it was rendered in.  So
only the starting color was ever displayed.

Does that make sense?


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