[Webkit-unassigned] [Bug 48120] New: SVGColor::cssText() shouldn't return #RRGGBBAA colors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 03:36:02 PDT 2010


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

           Summary: SVGColor::cssText() shouldn't return #RRGGBBAA colors
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kling at webkit.org
                CC: zimmermann at kde.org, mdelaney at apple.com


For SVG_COLORTYPE_RGBCOLOR, SVGColor::cssText() currently returns Color::name() which uses #RRGGBBAA notation for colors with alpha < 255.
These color values are not valid CSS and can't be set. We should return spec compliant serialized colors (i.e using rgba() notation for colors with alpha.)

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