Say I've got an .svg file in assets that contains somewhere
<polygon id="collide" fill="none" points="45,14 0,79 3,87 18,92 87,90 98,84 96,66 59,14"/>
What do you think would be the best way to find this polygon and parse its points into a Points[] array?
Thanks!