This commit is contained in:
Adrian Mariano 2024-02-24 22:20:44 -05:00
parent 5034c6667a
commit b01d1edc1b

View file

@ -1796,9 +1796,9 @@ module path_sweep(shape, path, method="incremental", normal, closed, twist=0, tw
anchors = closed ? []
:
[
transform_anchor("start", transforms[0], invert=true),
transform_anchor("start", transforms[0], flip=true),
transform_anchor("end", last(transforms)),
transform_anchor("start-centroid", transforms[0]*move(shapecent), invert=true),
transform_anchor("start-centroid", transforms[0]*move(shapecent), flip=true),
transform_anchor("end-centroid", last(transforms)*move(shapecent))
];
if (profiles){