Update examples.

This commit is contained in:
wo80
2022-02-28 00:13:27 +01:00
parent 2290b5bd56
commit b3bfac11d1
8 changed files with 109 additions and 10 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
// Generate mesh using the polygons Triangulate extension method.
var mesh = poly.Triangulate(quality);
if (print) SvgImage.Save(mesh, "example-2.png", 500);
if (print) SvgImage.Save(mesh, "example-2.svg", 500);
}
public static IPolygon CreatePolygon(double h = 0.2)