mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
⚡ Remove data URIs from image embeds
This commit is contained in:
parent
95d73494d6
commit
8fcd5f285d
@ -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…
x
Reference in New Issue
Block a user