ifcchat: update ifopsh to latest wasm wheel

This commit is contained in:
Thomas Krijnen
2026-04-17 10:05:25 +02:00
parent 3e28bf00f3
commit fc1af4ed93
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -3256,7 +3256,7 @@ void arrange_cgal_polygons(svgfill::arrange_polygon_settings settings, const std
double threshold;
clean_noisy_paths(debug_output, arr, segment_lookup, threshold);
remove_colinear_vertices(arr);
clean_noisy_bounds(debug_output, arr, segment_lookup, threshold);
// clean_noisy_bounds(debug_output, arr, segment_lookup, threshold);
}
t0.stop();