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:
Matthias Koefferlein
2021-05-29 19:28:56 +02:00
parent 5ceeafc0ff
commit eeaab8a417
4 changed files with 34 additions and 14 deletions
+1 -1
View File
@@ -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")
Binary file not shown.