mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 05:58:47 +00:00
🐛 Fix dotted strokes
This commit is contained in:
parent
e1befadc18
commit
36dce3ddbc
@ -24,7 +24,7 @@
|
|||||||
w+10 (+ 10 width)]
|
w+10 (+ 10 width)]
|
||||||
(case style
|
(case style
|
||||||
:mixed (str/concat "" w+5 "," w+5 "," w+1 "," w+5)
|
:mixed (str/concat "" w+5 "," w+5 "," w+1 "," w+5)
|
||||||
:dotted (str/concat "" (- (* width 2)) "," w+5)
|
:dotted (str/concat "0," w+5)
|
||||||
:dashed (str/concat "" w+10 "," w+10)
|
:dashed (str/concat "" w+10 "," w+10)
|
||||||
"")))
|
"")))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user