WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
44144
References to markers in external SVG documents not applied.
https://bugs.webkit.org/show_bug.cgi?id=44144
Summary
References to markers in external SVG documents not applied.
Mike Hemesath
Reported
2010-08-17 17:26:55 PDT
Created
attachment 64656
[details]
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.
Attachments
SVG file containing the marker
(534 bytes, image/svg+xml)
2010-08-17 17:26 PDT
,
Mike Hemesath
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Mike Hemesath
Comment 1
2010-08-17 17:36:55 PDT
For whatever reason, the SVG document won't find the marker for any browser when it references the attachment. Here is a URL showing the issue:
http://www.mikehemesath.com/svg_markers/demo3/arrow.svg
Dirk Schulze
Comment 2
2010-08-17 22:31:34 PDT
We don't support external SVG-resources right now.
Mike Hemesath
Comment 3
2010-08-18 06:09:22 PDT
Given the behavior of the other browsers, specifically relating to bug
https://bugs.webkit.org/show_bug.cgi?id=44047
. Applying markers to SVG inline HTML5 documents using external stylesheets will be impossible to do until this is resolved.
René Peinl
Comment 4
2013-10-23 02:45:23 PDT
This bug is pretty old, given the development speed of Webkit and still the problem exists, not only on Mac OS X, but also on Windows. Both Firefox and Opera until version 12 support this. Now that Opera switched to Webkit, it is not supported any more. IE10 does not support this. I don't know about IE11. Can't you push the priority of this a little?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug