[Webkit-unassigned] [Bug 44144] New: References to markers in external SVG documents not applied.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 17:26:55 PDT 2010


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

           Summary: References to markers in external SVG documents not
                    applied.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mike.hemesath at gmail.com
                CC: zimmermann at kde.org


Created an attachment (id=64656)
 --> (https://bugs.webkit.org/attachment.cgi?id=64656)
SVG file containing the marker

If a path is given a marker-end reference that is external to its SVG document, that marker will not be applied.

Example: #myMarker located in marker.svg is not applied because it is external to the document the path is in.
<path d="M0,30 h100" stroke-width="10" stroke="#000" id="myPath" marker-end="url(marker.svg#myMarker)" /> 

The marker is correctly applied on Firefox 3.6 and Opera 10.6

I will attach a working example that exposes the issue.

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