0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05: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:
Andrey Antukh 2023-08-09 19:20:55 +02:00
parent 31323703a8
commit d02329115a

View file

@ -313,7 +313,7 @@
(update shape :bool-content gpa/transform-content transform-mtx)
shape)
shape (if (= type :text)
(update shape :position-data move-position-data transform-mtx)
(update shape :position-data transform-position-data transform-mtx)
shape)
shape (if (= type :path)
(update shape :content gpa/transform-content transform-mtx)