mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 06:41:38 +02:00
Render properly image on view application.
This commit is contained in:
parent
0d46c5bac7
commit
ae5cef3907
4 changed files with 5 additions and 11 deletions
|
@ -122,7 +122,7 @@
|
|||
(defn- grid-item-thumbnail-will-mount
|
||||
[own]
|
||||
(let [[project] (:rum/args own)
|
||||
svg (exports/render-page* (:page-id project))
|
||||
svg (exports/render-page (:page-id project))
|
||||
url (some-> svg
|
||||
(blob/create "image/svg+xml")
|
||||
(blob/create-uri))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue