pts
pts copied to clipboard
Digest SVG Lineart to use in SVGForm.polygon?
Is it possible to translate the points in the SVG below into polygon points? What about one that uses the path
attribute?
Thanks!
<polygon id="Path_Z" fill="#000000" fill-rule="nonzero" points="62.463 109.714 37.542 109.714 62.139 89 62.139 83.176 25.568 83.176 25.568 90.3 49.193 90.3 25.568 111.009 25.568 116.834 62.468 116.834 62.468 109.714"></polygon>
Hi @aksperiod , currently Pts doesn't support SVG parsing yet. Sorry about that. There are a number of open source svg parsers, so I would recommend using one to do the parsing, and then convert it to Pts Group
.