[Webkit-unassigned] [Bug 111586] New: SVG pattern to pattern reference does not work if first pattern has a child node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 08:49:36 PST 2013


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

           Summary: SVG pattern to pattern reference does not work if
                    first pattern has a child node
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: zimmermann at kde.org


Created an attachment (id=191759)
 --> (https://bugs.webkit.org/attachment.cgi?id=191759&action=review)
Not working pattern to pattern reference

The following simple reference of another pattern does not work:

<pattern xlink:href="#pattern2" id="pattern1">
</pattern>

I assume this is because of the newline that creates a TextNode. With this node we do not reference the second pattern anymore. The following does work:

<pattern xlink:href="#pattern2" id="pattern1"></pattern>

Adobe Illustrator exports the first example, why often patterns don't work exported from Illustrator.

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