mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
⚡ Remove data URIs from image embeds
This commit is contained in:
parent
95d73494d6
commit
8fcd5f285d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
:width (* width no-repeat-padding)
|
||||
:height (* height no-repeat-padding)
|
||||
:fill "none"}]
|
||||
[:image {:href (or (:data-uri shape) (get embed uri uri))
|
||||
[:image {:href uri
|
||||
:preserveAspectRatio "none"
|
||||
:x 0
|
||||
:y 0
|
||||
|
|
Loading…
Add table
Reference in a new issue