mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
🐛 Fix single text shape rendering.
This commit is contained in:
parent
5440778957
commit
5f338921cf
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
:scale 4})
|
||||
(bwr/set-cookie! page cookie)
|
||||
(bwr/navigate! page uri)
|
||||
(bwr/eval! page (js* "() => document.body.style.background = 'transparent'"))
|
||||
;; (bwr/eval! page (js* "() => document.body.style.background = 'transparent'"))
|
||||
page))
|
||||
|
||||
(convert-to-ppm [pngpath]
|
||||
|
|
Loading…
Reference in a new issue