Changed make_path_valid to check_and_fix_path

This commit is contained in:
Adrian Mariano
2019-07-18 21:27:57 -04:00
parent 20eae2b5d2
commit 3719378f49
2 changed files with 7 additions and 3 deletions

View File

@@ -589,7 +589,7 @@ module rounded_sweep(path, height, top=[], bottom=[], offset="round", r=0, steps
["points", []],
];
path = make_path_valid(path, [2], closed=true);
path = check_and_fix_path(path, [2], closed=true);
top = struct_set(argspec, top, grow=false);
bottom = struct_set(argspec, bottom, grow=false);