[Webkit-unassigned] [Bug 41603] New: Incorrect pattern tilling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 04:06:53 PDT 2010


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

           Summary: Incorrect pattern tilling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rspierer at hotmail.com


Created an attachment (id=60509)
 --> (https://bugs.webkit.org/attachment.cgi?id=60509)
test case

The interior of the ellipse is empty. In Opera 10.60 there is a black circle in the middle of the ellipse.

According to my interpretation of section 13.3 from the SVG 1.1 (Second Edition) specification the pattern element defines a reference rectangle (the pattern tile) whose origin and dimensions are determined by the attributes x, y, width and height in the coordinate system specified by patternUnits. If there is no viewBox attribute, then the coordinates of the elements inside the pattern element are relative to the origin of the pattern tile:

"The contents of the ‘pattern’ are relative to a new coordinate system. ... If there is no ‘viewBox’ attribute, then the new coordinate system has its origin at (x, y), where x is established by the ‘x’ attribute on the ‘pattern’ element, and y is established by the ‘y’ attribute on the ‘pattern’ element."

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