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:
parent
9a5fce0a20
commit
63f6de930d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue