From 9b8b6134c55d5cc672f84947ac1f8ddd61c5f4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Fri, 6 May 2022 12:07:19 +0200 Subject: [PATCH] :bug: Allow images to adjust to the shape size https://tree.taiga.io/project/penpot/issue/3329 --- frontend/src/app/main/ui/shapes/fills.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/shapes/fills.cljs b/frontend/src/app/main/ui/shapes/fills.cljs index df285209e9..45ba0586e4 100644 --- a/frontend/src/app/main/ui/shapes/fills.cljs +++ b/frontend/src/app/main/ui/shapes/fills.cljs @@ -80,5 +80,6 @@ (when has-image? [:image {:xlinkHref (get embed uri uri) + :preserveAspectRatio "none" :width width :height height}])]])])))))