[Webkit-unassigned] [Bug 16516] New: canvas image patterns stop working with some transformations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 11:16:18 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16516

           Summary: canvas image patterns stop working with some
                    transformations
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ilmari.heikkinen at gmail.com


HTML canvas image patterns created with context.createPattern(image,
'no-repeat') don't work after translating and rotating. 

E.g.
    p = ctx.createPattern(myImage, 'no-repeat');
    ctx.translate(200, 0);
    ctx.rotate(Math.PI/8);
    ctx.fillStyle = p;
    ctx.fillRect(0,0, 215, 174);

Patterns created with 'repeat' work.


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