blob: 3af7b491da94cd525d4ac96adfa981b5db958918 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<polygon id="p" transform="?" />
<script>
document.getElementById("p").transform.baseVal.removeItem(0);
</script>
</svg>
|