Add marker-start, marker-mid, marker-end to list of SVG properties that get converted to attributes

This commit is contained in:
Jeff Schiller 2010-07-11 22:48:40 -07:00
parent 3fc0877b7c
commit 5f8139a6e3
4 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<marker id="m">
<rect width="200" height="100"/>
</marker>
</defs>
<line x2="100" style="stroke:#000; marker-start:url(#m); marker-end:url(#m); marker-mid: url(#m)" />
</svg>

After

Width:  |  Height:  |  Size: 252 B