[Webkit-unassigned] [Bug 45277] New: Canvas api: c.createPattern(img, ...) does not work if image is SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 6 15:41:03 PDT 2010


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

           Summary: Canvas api: c.createPattern(img,...) does not work if
                    image is SVG
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thaddee.tyl at gmail.com


Created an attachment (id=66671)
 --> (https://bugs.webkit.org/attachment.cgi?id=66671)
Canvas with an SVG image drawn as a pattern

Reproducibility: always.

Steps:
1. Go to a page that invokes c.createPattern(img, "repeat"); with an SVG image and draws the pattern onto a canvas.
2. Consider the fact that it does not appear.

Notes:
* c.fill() do not work.
* c.stroke() do not work.
* It is not an image loading issue.
* It is not linked to the "repeat" part -- "no-repeat", "repeat-x", "repeat-y", "", and null, all yield the same result.

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