🐛 Fix problem with make curve/corner in paths

This commit is contained in:
alonso.torres 2021-05-05 09:48:38 +02:00
parent 4000855f45
commit 92b79f1731

View file

@ -39,7 +39,7 @@
(make-corner nil))
([point]
(process-path-tool
#{point}
(when point #{point})
(fn [content points]
(reduce upt/make-corner-point content points)))))
@ -48,7 +48,7 @@
(make-curve nil))
([point]
(process-path-tool
#{point}
(when point #{point})
(fn [content points]
(reduce upt/make-curve-point content points)))))