Try to fix duplicate IDs
[svg-spritemaker.git] / t / rect.svg
index 955293db9f73afdbcc9b8af76e866976ff49e674..803f33fe108d9cb641b062beea98875de64e667a 100644 (file)
@@ -1,3 +1,3 @@
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 10 10">
-       <rect fill="blue" stroke="none" x="1" y="1" width="8" height="8" rx="1" ry="1"/>
+       <rect fill="blue" id="thing" stroke="none" x="1" y="1" width="8" height="8" rx="1" ry="1"/>
 </svg>
This page took 0.009191 seconds and 4 git commands to generate.