mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +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)
|
:width (* width no-repeat-padding)
|
||||||
:height (* height no-repeat-padding)
|
:height (* height no-repeat-padding)
|
||||||
:fill "none"}]
|
:fill "none"}]
|
||||||
[:image {:href (or (:data-uri shape) (get embed uri uri))
|
[:image {:href uri
|
||||||
:preserveAspectRatio "none"
|
:preserveAspectRatio "none"
|
||||||
:x 0
|
:x 0
|
||||||
:y 0
|
:y 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user