Render properly image on view application.

This commit is contained in:
Andrey Antukh 2017-01-30 18:53:42 +01:00
parent 0d46c5bac7
commit ae5cef3907
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
4 changed files with 5 additions and 11 deletions

View file

@ -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))]