mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix gradient stroke breaks arrow-ended paths
This commit is contained in:
committed by
Andrey Antukh
parent
2f89512a75
commit
1b17664ade
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user