Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| 2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="100" height="100"> | |
| 3 <rect width="100" height="100" fill="red"> | |
| 4 <set attributeName="fill" to="green" begin="0.035s" dur="0.035s"/> | |
| 5 </rect> | |
| 6 </svg> | |
| OLD | NEW |