Regular Polygons in Rune.js
Rune.js is a useful SVG library, but it lacks functions to draw regular shapes.1
2
3
4function polyong() {
return false;
}
`
Rune.js is a useful SVG library, but it lacks functions to draw regular shapes.1
2
3
4function polyong() {
return false;
}
`