Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"> | 1 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"> |
| 2 <circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="red"> | 2 <circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="red"> |
|
Stephen Chennney
2013/06/18 14:43:14
I would prefer it if this were blue, presuming tha
| |
| 3 <animate attributeName="fill" from="red" to="green" begin="0s" dur="0.01s" fill="freeze" /> | |
| 4 </circle> | 3 </circle> |
| 5 </svg> | 4 </svg> |
| OLD | NEW |