Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <svg xmlns="http://www.w3.org/2000/svg"> | 1 <svg xmlns="http://www.w3.org/2000/svg"> |
| 2 <rect x="0" y="0" width="200" height="200" fill="red"/> | 2 <rect x="0" y="0" width="30" height="30" fill="green"/> |
| 3 <rect x="0" y="0" width="30" height="30" fill="blue"/> | |
| 4 <rect x="100" y="100" width="30" height="30" fill="green"/> | |
| 5 <set attributeName="viewBox" to="0 0 30 30" begin="0s" fill="freeze"/> | 3 <set attributeName="viewBox" to="0 0 30 30" begin="0s" fill="freeze"/> |
| 6 </svg> | 4 </svg> |
| OLD | NEW |