mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 08:43:42 +02:00
Some bug fixes, doc update, test updates.
This commit is contained in:
Vendored
-1
@@ -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)
|
||||
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Vendored
+1
-1
@@ -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)
|
||||
|
||||
|
||||
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user