| OLD | NEW |
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" | 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" |
| 3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | 3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> |
| 4 | 4 |
| 5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" | 5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" |
| 6 width="120" height="120" viewBox="0 0 236 120"> | 6 width="120" height="120" viewBox="0 0 236 120"> |
| 7 <rect x="14" y="23" width="250" height="50" fill="green" | 7 <rect x="14" y="23" width="250" height="50" fill="green" |
| 8 stroke="black" stroke-width="1" /> | 8 stroke="black" stroke-width="1" /> |
| 9 <rect x="14" y="23" width="250" height="50" fill="green" | 9 <rect x="14" y="23" width="250" height="50" fill="green" |
| 10 stroke="black" stroke-width="1" /> | 10 stroke="black" stroke-width="1" /> |
| 11 </svg> | 11 </svg> |
| OLD | NEW |