0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

Merge pull request #2329 from penpot/superalex-fix-bounding-box-mask

🐛 Fix bounding box mask
This commit is contained in:
Eva Marco 2022-09-27 12:17:28 +02:00 committed by GitHub
commit 6c09ecbef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@
- Fix error after user drags any layer in search functionality [Taiga #4161](https://tree.taiga.io/project/penpot/issue/4161)
- Fix font search works only with lowercase letters [Taiga #4140](https://tree.taiga.io/project/penpot/issue/4140)
- Fix Terms and Privacy links overlapping [Taiga #4137](https://tree.taiga.io/project/penpot/issue/4137)
- Fix Export bounding box mask [Taiga #950](https://tree.taiga.io/project/penpot/issue/950)
## 1.15.3-beta

View file

@ -133,7 +133,7 @@
(-> (get-shape-filter-bounds shape)
(add-padding (calculate-padding shape true))))
bounds (if (cph/frame-shape? shape)
bounds (if (or (:masked-group? shape) (cph/frame-shape? shape))
[(calculate-base-bounds shape)]
(cph/reduce-objects
objects