Fix Bug 361817: wrong shebang line. Added tests for removing duplicate gradient stops and useless nested groups (neither of which pass yet)
This commit is contained in:
parent
359c42166f
commit
747a282f5f
3 changed files with 24 additions and 9 deletions
8
unittests/nested-useless-groups.svg
Normal file
8
unittests/nested-useless-groups.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<g transform="translate(50,50)">
|
||||
<rect width="300" height="200" fill="green" />
|
||||
<circle cx="200" cy="100" r="50" fill="yellow" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 197 B |
Loading…
Add table
Add a link
Reference in a new issue