0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Fix gradient stroke breaks arrow-ended paths

This commit is contained in:
Alejandro Alonso 2024-04-11 07:19:08 +02:00 committed by Andrey Antukh
parent 2f89512a75
commit 1b17664ade

View file

@ -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)