Remove unused attributes from parent elements

This commit is contained in:
JSCHILL1 2009-08-13 08:18:49 -05:00
parent cf5fb8a37d
commit d9e3e2436b
7 changed files with 121 additions and 28 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<g fill="#0F0" stroke="#000">
<rect stroke="#0F0" stroke-width="5" width="100" height="300"/>
<rect fill="#FFF" stroke="#000" width="200" height="100"/>
<circle fill="#0F0" stroke="#0F0" cx="50" cy="50" r="20"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 327 B