[Webkit-unassigned] [Bug 53085] New: [cairo] Fix LayoutTests/fast/canvas/patternfill-repeat.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 07:12:00 PST 2011


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

           Summary: [cairo] Fix
                    LayoutTests/fast/canvas/patternfill-repeat.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: alex at igalia.com, mrobinson at webkit.org


This test is using the different background repeat modes: repeat, repeat-x, repeat-y and no-repeat. The problem is that cairo doesn't have a extend mode for repeat-x/y and we are always using EXTEND_REPEAT. We could use EXTEND_NONE for repeat-x/y and paint the pattern multiple times ourselves, or we could try to clip the row/column we want to draw.

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