[Webkit-unassigned] [Bug 105437] New: Incorrect color space conversion for FEImage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 07:57:59 PST 2012


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

           Summary: Incorrect color space conversion for FEImage
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjec
                    tHarness/full-filters-image-01-b.html
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fmalita at chromium.org
                CC: zimmermann at kde.org, krit at webkit.org, pdr at google.com,
                    schenney at chromium.org


Chromium issue: http://code.google.com/p/chromium/issues/detail?id=166154

The default color space for SVG filters is linearRGB (http://www.w3.org/TR/SVG/filters.html#FilterPrimitivesOverviewIntro), but FEImage always produces deviceRGB results without updating its result color space field to reflect that. Hence, the filter chain performs an incorrect linearRGB->deviceRGB conversion for FEImage colors.

Patch to follow.

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