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 polyline element. You should see only a thick green stroke and
no red.</desc> |
| 3 <polyline points="10,10 210,10 210,210 10,210" fill="none" stroke="red" stroke
-width="20" /> |
| 4 <polyline points="10,10 110,10 110,110 10,110" fill="none" stroke="green" stro
ke-width="20"> |
| 5 <set attributeName="points" to="10,10 210,10 210,210 10,210" /> |
| 6 </polyline> |
| 7 </svg> |
OLD | NEW |