Regular Polygons in Rune.js

Rune.js is a useful SVG library, but it lacks functions to draw regular shapes.

1
2
3
4
function polyong() {
return false;
}
`