blob: 436a8359be702d28b275b975f63fd28d22e40301 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<desc>This test checks that we correctly handle animated values for the "points" attribute of a polyline element. You should see only a thick green stroke and no red.</desc>
<polyline points="10,10 210,10 210,210 10,210" fill="none" stroke="red" stroke-width="20" />
<polyline points="10,10 110,10 110,110 10,110" fill="none" stroke="green" stroke-width="20">
<set attributeName="points" to="10,10 210,10 210,210 10,210" />
</polyline>
</svg>