mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
🐛 Fix incorrect position data calculation on generating thumbnails
Only one change line, but it took 4 hours of work to find it...
This commit is contained in:
parent
31323703a8
commit
d02329115a
@ -313,7 +313,7 @@
|
|||||||
(update shape :bool-content gpa/transform-content transform-mtx)
|
(update shape :bool-content gpa/transform-content transform-mtx)
|
||||||
shape)
|
shape)
|
||||||
shape (if (= type :text)
|
shape (if (= type :text)
|
||||||
(update shape :position-data move-position-data transform-mtx)
|
(update shape :position-data transform-position-data transform-mtx)
|
||||||
shape)
|
shape)
|
||||||
shape (if (= type :path)
|
shape (if (= type :path)
|
||||||
(update shape :content gpa/transform-content transform-mtx)
|
(update shape :content gpa/transform-content transform-mtx)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user