0
Fork 0
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:
Alejandro Alonso 2024-01-02 08:34:46 +01:00 committed by Andrey Antukh
parent 7fc77f279b
commit 79c2a6c5d5

View file

@ -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"))