🎉 Add stroke caps to path ends

This commit is contained in:
Andrés Moya 2021-08-16 12:56:44 +02:00 committed by Andrey Antukh
parent ac6c07b771
commit be9073f0b7
11 changed files with 292 additions and 8 deletions

View file

@ -31,7 +31,7 @@
local-ref (mf/use-ref)
ref (or external-ref local-ref)
value (d/parse-integer value-str)
value (d/parse-integer value-str 0)
min-val (when (string? min-val-str)
(d/parse-integer min-val-str))