0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 17:00:36 -05:00

fix bezier final dot bug

This commit is contained in:
Juan de la Cruz 2016-12-19 14:14:51 +01:00
parent 1e75c67c7e
commit 99fb0ad29b

View file

@ -94,9 +94,6 @@
[:circle.close-bezier {:cx x
:cy y
:r 5
:stroke "#d52747"
:stroke-width "2px"
:style {:cursor "pointer"}
:on-click on-click}])])))
;; --- Drawing Initialization