0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-26 08:45:34 -05:00

Use proper outer-rect calculation for path.

The same as prev comit. Don't treat path as rect.
This commit is contained in:
Andrey Antukh 2016-08-20 23:09:44 +03:00
parent 9a5fce0a20
commit 63f6de930d
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -446,8 +446,8 @@
:text (generic-outer-rect state shape)
:icon (generic-outer-rect state shape)
:line (generic-outer-rect state shape)
:path (generic-outer-rect state shape)
;; :path (path-outer-rect state shape)
;; :path (generic-outer-rect state shape)
:path (path-outer-rect state shape)
:circle (circle-outer-rect state shape)
:group (group-outer-rect state shape))]
(if (:group shape)