[Webkit-unassigned] [Bug 36704] New: SVG AnimateColor wrong hanlding of invalid Color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 10:38:23 PDT 2010


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

           Summary: SVG AnimateColor wrong hanlding of invalid Color
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org


If an argument for from is invalid or the attribute 'from' is missing at all,
the resulting drawing is wrong. This is caused by
SVGAnimateElement::calculateFromAndToValues. It sets transformation from color
to string if one argument is wrong/missing. A short try to fix this broke W3C
tests animate-elem-40 -41 -60 -62 and -78.
I tried to take the SVGColor of the valid argument, transformed it to a String
(SVGColor::cssText()) and set it as new toValue/fromValue.

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