[Webkit-unassigned] [Bug 39225] New: [Qt] Repeat pattern should start from origin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 09:50:33 PDT 2010


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

           Summary: [Qt] Repeat pattern should start from origin
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qi.2.zhang at nokia.com
                CC: Chang.Shu at nokia.com


Failed on: 
http://philip.html5.org/tests/canvas/suite/tests/2d.pattern.paint.norepeat.coord3.html
http://philip.html5.org/tests/canvas/suite/tests/2d.pattern.paint.repeaty.coord1.html

Based on spec:
Patterns must be painted so that the top left of the first image is anchored at the origin of the coordinate space,
and images are then repeated horizontally to the left and right (if the repeat-x string was specified) or vertically
up and down (if the repeat-y string was specified) or in all four directions all over the canvas (if the repeat string
was specified).

Current implementation is start from top left of the rect instead of the origin of the coordinate.

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