rebuild
This commit is contained in:
parent
278be787e4
commit
f73c19b7f4
|
|
@ -171,7 +171,7 @@ function circle() {
|
|||
}
|
||||
|
||||
function siogon(sides = 3) {
|
||||
return polygon({ split: minmax(sides, 3, 12) });
|
||||
return polygon({ split: minmax(sides, 3, 8) });
|
||||
}
|
||||
|
||||
function triangle() {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue