[Webkit-unassigned] [Bug 36718] SVG no AnimateColor for stroke or fill if they are set to none on target

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 01:00:15 PDT 2010


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





--- Comment #3 from Robin <robin.webkit at gmail.com>  2010-04-13 01:00:15 PST ---
(In reply to comment #2)
> Why is the property type String? And why are both strings empty?

The property is set to "StringProperty" in SVGAnimateElement::resetToBaseValue,
because there is no valid color for a none target. The check for empty is to
ensure that this animate element is not indeed type String.

I admit this patch looks ugly. Maybe the none target should be handled
appropriately in SVGAnimateElement::resetToBaseValue. Do you have any
suggestions?

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