More unit tests for removing stroke properties (for stroke-width=0 or stroke=none)
This commit is contained in:
parent
f4b328ea4b
commit
d9866c99e9
7 changed files with 91 additions and 40 deletions
|
|
@ -1,10 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
|
||||
</defs>
|
||||
<g/>
|
||||
<g></g>
|
||||
<metadata />
|
||||
<g>Foo</g>
|
||||
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 117 B |
|
|
@ -1,5 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 69 B |
|
|
@ -1,9 +0,0 @@
|
|||
<foo xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<bar id="johansen" />
|
||||
<baz xlink:href="#johansen"/>
|
||||
<bar id="scarlett">
|
||||
<fudge id="f1" fill="url(#scarlett)"/>
|
||||
</bar>
|
||||
|
||||
<fudge id="f2" stroke="url(#scarlett)"/>
|
||||
</foo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue