mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
implement stroke style (#1571)
This commit is contained in:
parent
f6be200388
commit
39c56a4c01
20 changed files with 459 additions and 9 deletions
|
@ -16,6 +16,10 @@
|
|||
"background": "Background",
|
||||
"fill": "Fill",
|
||||
"strokeWidth": "Stroke width",
|
||||
"strokeStyle": "Stroke style",
|
||||
"strokeStyle_solid": "Solid",
|
||||
"strokeStyle_dashed": "Dashed",
|
||||
"strokeStyle_dotted": "Dotted",
|
||||
"sloppiness": "Sloppiness",
|
||||
"opacity": "Opacity",
|
||||
"textAlign": "Text align",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue