mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 09:11:21 -05:00
🐛 Fix problem with black frame background
This commit is contained in:
parent
fe6e62482a
commit
430ccda02c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
canvas-height (.-height canvas-node)]
|
||||
(.clearRect canvas-context 0 0 canvas-width canvas-height)
|
||||
(.drawImage canvas-context img-node 0 0 canvas-width canvas-height)
|
||||
(.toDataURL canvas-node "image/jpeg" 0.8)))
|
||||
(.toDataURL canvas-node "image/png")))
|
||||
|
||||
(defn use-render-thumbnail
|
||||
"Hook that will create the thumbnail thata"
|
||||
|
|
Loading…
Add table
Reference in a new issue