Restore unittests from history
This commit is contained in:
parent
ebccae8cad
commit
3b7e8a0091
111 changed files with 2341 additions and 0 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: 253 B |
Loading…
Add table
Add a link
Reference in a new issue