mirror of
https://github.com/penpot/penpot.git
synced 2026-05-04 07:39:05 +00:00
🐛 Fix gradient stroke breaks arrow-ended paths
This commit is contained in:
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user