implement stroke style (#1571)
This commit is contained in:
@ -22,6 +22,7 @@ export function getDefaultAppState(): AppState {
|
||||
currentItemBackgroundColor: "transparent",
|
||||
currentItemFillStyle: "hachure",
|
||||
currentItemStrokeWidth: 1,
|
||||
currentItemStrokeStyle: "solid",
|
||||
currentItemRoughness: 1,
|
||||
currentItemOpacity: 100,
|
||||
currentItemFont: DEFAULT_FONT,
|
||||
|
Reference in New Issue
Block a user