Add marker-start, marker-mid, marker-end to list of SVG properties that get converted to attributes
This commit is contained in:
parent
3fc0877b7c
commit
5f8139a6e3
4 changed files with 25 additions and 1 deletions
9
unittests/style-to-attr.svg
Normal file
9
unittests/style-to-attr.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue