blob: 570bc4f40271926d2153148ce4ab81f0833b4212 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="450" height="450" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintAndPixelTest()">
<script xlink:href="../resources/text-based-repaint.js"/>
<script>
function repaintTest() {
var poly = document.getElementById("polygon");
var nr = poly.points.numberOfItems;
for(i = 0; i &lt; nr; i++) {
var p = poly.points.getItem(i);
p.y = p.y - 10;
}
}
</script>
<polygon id="polygon" fill="none" stroke="#00FF00" stroke-width="8" points="270,265 300,285 320,265 340,285 280,320 390,320 420,280 280,225"/>
</svg>