mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
🐛 Fix round for both ends of path
This commit is contained in:
parent
7fc77f279b
commit
79c2a6c5d5
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
(not= :inner alignment)
|
||||
(not= :outer alignment)
|
||||
(not= :dotted style))
|
||||
(obj/set! attrs "strokeLinecap" caps-start)
|
||||
(obj/set! attrs "strokeLinecap" (name caps-start))
|
||||
|
||||
(= :dotted style)
|
||||
(obj/set! attrs "strokeLinecap" "round"))
|
||||
|
|
Loading…
Add table
Reference in a new issue