[Webkit-unassigned] [Bug 24651] New: Skia does not always render text fill/stroke pattern/gradient/color correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 17 13:12:56 PDT 2009


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

           Summary: Skia does not always render text fill/stroke
                    pattern/gradient/color correctly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sky at google.com


Skia's text rendering gives preference to the gradient, then the pattern. This
is problematic though in that once a gradient has been set the gradient getter
always returns non-null. Skia needs to only use the gradient/pattern if the
fill/strokecolorspace indicates the gradients/pattern should be used.

This can be seen when using the test case
LayoutTests/fast/canvas/canvas-text-alignment.html.


-- 
Configure bugmail: https://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