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:
parent
2f89512a75
commit
1b17664ade
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue