Show tools on path creation. Change snap while drawing

This commit is contained in:
alonso.torres 2023-01-19 13:34:13 +01:00
parent 0632111e96
commit 75d6e21af8
7 changed files with 79 additions and 80 deletions

View file

@ -60,7 +60,7 @@
(point v v)
(point-like? v)
(map->Point v)
(Point. (:x v) (:y v))
:else
(ex/raise :hint "invalid arguments (on pointer constructor)" :value v)))