mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
changing new shape property sets it as default (#520)
* changing new shape property sets it as default * set correct opacity while editing new test Co-authored-by: Christopher Chedeau <vjeuxx@gmail.com>
This commit is contained in:
parent
69061e20ac
commit
1bae203a78
5 changed files with 41 additions and 8 deletions
|
@ -11,6 +11,10 @@ export type AppState = {
|
|||
exportBackground: boolean;
|
||||
currentItemStrokeColor: string;
|
||||
currentItemBackgroundColor: string;
|
||||
currentItemFillStyle: string;
|
||||
currentItemStrokeWidth: number;
|
||||
currentItemRoughness: number;
|
||||
currentItemOpacity: number;
|
||||
currentItemFont: string;
|
||||
viewBackgroundColor: string;
|
||||
scrollX: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue