Example fix for path_chamfer_and_rounding()

This commit is contained in:
Garth Minette 2020-12-30 00:38:24 -08:00
parent 0299270f6a
commit 6e677498f9
2 changed files with 2 additions and 2 deletions

View File

@ -432,7 +432,7 @@ function path_torsion(path, closed=false) =
// stroke(path2, closed=true);
// Example(2D): Per-Corner Chamfering
// path = star(5, step=2, d=100);
// rs = [for (i=[0:1:4]) each 3*[i,i]];
// rs = [for (i=[0:1:4]) each 2*[i,i]];
// path2 = path_chamfer_and_rounding(path, closed=true, rounding=rs);
// stroke(path2, closed=true);
// Example(2D): Mixing Chamfers and Roundings

View File

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,497];
BOSL_VERSION = [2,0,498];
// Section: BOSL Library Version Functions