You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let contours = top.contours(|winding| winding.is_inside(boolean_operation));
154
154
155
+
// TODO: Linesweeper emits contours in the opposite winding direction from the rest of Kurbo's and Graphite's vector graphics system (clockwise in screen coordinates).
156
+
// TODO: Report this upstream to Linesweeper and remove this `.reverse()` workaround once fixed.
155
157
for subpath infrom_bez_paths(contours.contours().map(|c| &c.path)){
0 commit comments