0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-27 00:49:28 -05:00

Enable (again) the full shape movement.

Instead treat path like a rect.
This commit is contained in:
Andrey Antukh 2016-08-20 23:05:14 +03:00
parent 3187a3ed2c
commit 9a5fce0a20
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -42,8 +42,8 @@
:rect (move-rect shape dpoint)
:text (move-rect shape dpoint)
:line (move-rect shape dpoint)
;; :path (move-path shape dpoint)
:path (move-rect shape dpoint)
:path (move-path shape dpoint)
;; :path (move-rect shape dpoint)
:circle (move-circle shape dpoint)
:group (move-group shape dpoint)))