Boolean shapes enhancements

This commit is contained in:
alonso.torres 2021-10-01 15:01:55 +02:00 committed by Andrey Antukh
parent 68e3d53cb7
commit 9f03e353c7
6 changed files with 187 additions and 88 deletions

View file

@ -292,6 +292,10 @@
[result next-pos next-start next-cc next-qc]))
start (first commands)
start (cond-> start
(:relative start)
(assoc :relative false))
start-pos (gpt/point (:params start))]
(->> (map vector (rest commands) commands)