1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-14 02:34:12 +02:00
This commit is contained in:
Justin Lin
2020-03-13 17:47:23 +08:00
parent eab84a99a1
commit 9c3bb9d5d5

View File

@@ -28,4 +28,4 @@ function px_polygon(points, filled = false) =
] ]
) )
) )
dedup(sort(sort(all, by = "x"), by = "y"), sorted = true); dedup(sort(all, by = "vt"), sorted = true);