From 1b17664ade177b55561c3d01f57e4683fd6bb039 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 11 Apr 2024 07:19:08 +0200 Subject: [PATCH] :bug: Fix gradient stroke breaks arrow-ended paths --- frontend/src/app/main/ui/shapes/custom_stroke.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/shapes/custom_stroke.cljs b/frontend/src/app/main/ui/shapes/custom_stroke.cljs index 35d2bd7f0..ed317cdbd 100644 --- a/frontend/src/app/main/ui/shapes/custom_stroke.cljs +++ b/frontend/src/app/main/ui/shapes/custom_stroke.cljs @@ -91,7 +91,7 @@ color (cond (some? gradient) - (str/ffmt "url(#stroke-color-gradient-%s-%s)" render-id index) + (str/ffmt "url(#stroke-color-gradient-%-%)" render-id index) (some? image) (str/ffmt "url(#stroke-fill-%-%)" render-id index)