mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 05:45:53 +00:00
⚡ Remove data URIs from image embeds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user