Merge pull request #844 from revarbat/revarbat_dev

Fixed offset() Examples.
This commit is contained in:
Revar Desmera 2022-04-11 18:21:21 -07:00 committed by GitHub
commit 16cd2d249c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -753,7 +753,6 @@ function _point_dist(path,pathseg_unit,pathseg_len,pt) =
// return_faces = return face list. Default: False.
// firstface_index = starting index for face list. Default: 0.
// flip_faces = flip face direction. Default: false
// Example(2D,NoAxes):
// star = star(5, r=100, ir=30);
// #stroke(closed=true, star, width=3);