From 57c366ec9a337ff9afb0feee486c5fc301e94828 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 1 Feb 2021 17:51:14 +0100 Subject: [PATCH] :bug: Fixes embedded images for external programs --- frontend/src/app/main/ui/shapes/image.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/shapes/image.cljs b/frontend/src/app/main/ui/shapes/image.cljs index 8879ef5ed..e399d437b 100644 --- a/frontend/src/app/main/ui/shapes/image.cljs +++ b/frontend/src/app/main/ui/shapes/image.cljs @@ -51,4 +51,4 @@ :stroke "#000000"})] [:> "image" (obj/merge! props - #js {:href @data-uri})])))) + #js {:xlinkHref @data-uri})]))))