0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

🐛 Fix single text shape rendering.

This commit is contained in:
Andrey Antukh 2020-08-19 17:26:16 +02:00
parent 5440778957
commit 5f338921cf

View file

@ -87,7 +87,7 @@
:scale 4}) :scale 4})
(bwr/set-cookie! page cookie) (bwr/set-cookie! page cookie)
(bwr/navigate! page uri) (bwr/navigate! page uri)
(bwr/eval! page (js* "() => document.body.style.background = 'transparent'")) ;; (bwr/eval! page (js* "() => document.body.style.background = 'transparent'"))
page)) page))
(convert-to-ppm [pngpath] (convert-to-ppm [pngpath]