mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-06 17:33:25 +02:00
Bugfix: Region#flatten and Edges#flatten did not update the merged cache to flat and Region#flatten did not produce PolygonRefs
This commit is contained in:
Vendored
+1
-1
@@ -85,6 +85,6 @@ expect_count(l1, 15, 15, "l1 after flatten")
|
||||
r = l1.space(0.5)
|
||||
r.output(1011, 0)
|
||||
r.extents.output(1111, 0)
|
||||
expect_count(r, 3, 1, "r on l1.flatten")
|
||||
expect_count(r, 3, 3, "r on l1.flatten")
|
||||
|
||||
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user