diff --git a/docs/images/lib3x-vrn2_from-1.JPG b/docs/images/lib3x-vrn2_from-1.JPG index a995d82b..54993aef 100644 Binary files a/docs/images/lib3x-vrn2_from-1.JPG and b/docs/images/lib3x-vrn2_from-1.JPG differ diff --git a/docs/lib3x-vrn2_from.md b/docs/lib3x-vrn2_from.md index 789aa3f6..941f73fe 100644 --- a/docs/lib3x-vrn2_from.md +++ b/docs/lib3x-vrn2_from.md @@ -18,7 +18,7 @@ Create a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) from a points = [for(i = [0:50]) rands(-20, 20, 2)]; vrn2_from(points); - translate([60, 0, 0]) + translate([80, 0, 0]) vrn2_from(points, region_type = "circle"); ![vrn2_from](images/lib3x-vrn2_from-1.JPG)