mirror of
https://github.com/penpot/penpot.git
synced 2026-05-03 23:29:03 +00:00
🐛 Fix round for both ends of path
This commit is contained in:
parent
7fc77f279b
commit
79c2a6c5d5
@ -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…
x
Reference in New Issue
Block a user