mirror of
https://github.com/penpot/penpot.git
synced 2026-07-28 17:06:21 +00:00
Minot cosmetic fix on return values.
This commit is contained in:
parent
b6f459372b
commit
42d818138a
@ -120,10 +120,11 @@
|
|||||||
final-y (- center-y d1)
|
final-y (- center-y d1)
|
||||||
final-width (* d2 2)
|
final-width (* d2 2)
|
||||||
final-height (* d1 2)]
|
final-height (* d1 2)]
|
||||||
{:x final-x
|
(merge shape
|
||||||
:y final-y
|
{:x final-x
|
||||||
:width final-width
|
:y final-y
|
||||||
:height final-height}))
|
:width final-width
|
||||||
|
:height final-height})))
|
||||||
|
|
||||||
(defn group-size-and-position
|
(defn group-size-and-position
|
||||||
"Given a collection of shapes, calculates the
|
"Given a collection of shapes, calculates the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user