Some bug fixes, doc update, test updates.

This commit is contained in:
Matthias Koefferlein
2021-01-16 00:32:06 +01:00
parent 111b49f0ef
commit 4460c294b0
24 changed files with 648 additions and 115 deletions
-1
View File
@@ -35,6 +35,5 @@ l1.output(1, 0)
l1.odd_polygons.output(10, 0)
l1.drc(smoothed(0.5)).output(100, 0)
l1.drc(odd_polygons).output(101, 0)
l1.drc(rounded_corners(1.0, 0.5, 8)).output(102, 0)
Binary file not shown.
+1 -1
View File
@@ -42,5 +42,5 @@ l1.drc(isolated(projection, not_opposite) < 1.0).output(144, 0)
# enclosing, overlap
l2.drc(enclosing(l1, projection) < 1.0).polygons.output(150, 0)
l1.drc(overlap(l2, projection) < 1.0).polygons.output(151, 0)
l1.drc(overlap(l2, projection) < 2.0).polygons.output(151, 0)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.