mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-28 19:49:49 +02:00
Tweaked pentagram example for turtle()
path_cut had a bug when invoked with a single distance _bezcorner would fail if $fn wasn't set and $fs was too large added offset_stroke()
This commit is contained in:
@@ -677,8 +677,8 @@ module supershape(step=0.5,m1=4,m2=undef,n1,n2=undef,n3=undef,a=1,b=undef, r=und
|
||||
// path=turtle(["angle",360/5,"repeat",5,["move","turn"]]);
|
||||
// stroke(path,width=.1,closed=true);
|
||||
// Example(2D): Pentagram
|
||||
// path = turtle(["move","left",144], repeat=10);
|
||||
// stroke(path,width=.05);
|
||||
// path = turtle(["move","left",144], repeat=4);
|
||||
// stroke(path,width=.05,closed=true);
|
||||
// Example(2D): Sawtooth path
|
||||
// path = turtle([
|
||||
// "turn", 55,
|
||||
|
Reference in New Issue
Block a user