Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg xmlns="http://www.w3.org/2000/svg"> | |
| 2 <desc>This test checks that we correctly handle animated values for the "point s" attribute of a polygon element.</desc> | |
| 3 <polygon points="0,0 200,0 200,200 0,200" fill="red" /> | |
| 4 <polygon points="0,0 100,0 100,100 0,100" fill="green"> | |
| 5 <set attributeName="points" to="0,0 200,0 200,200 0,200" /> | |
| 6 </polygon> | |
| 7 </svg> | |
| OLD | NEW |