mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: renderer tweaks (#6698)
This commit is contained in:
parent
d2a508104e
commit
afea0df141
14 changed files with 1075 additions and 1127 deletions
|
@ -1425,7 +1425,7 @@ describe("textWysiwyg", () => {
|
|||
type: "text",
|
||||
},
|
||||
],
|
||||
fillStyle: "hachure",
|
||||
fillStyle: "solid",
|
||||
groupIds: [],
|
||||
height: 35,
|
||||
isDeleted: false,
|
||||
|
@ -1438,7 +1438,7 @@ describe("textWysiwyg", () => {
|
|||
},
|
||||
strokeColor: "#1e1e1e",
|
||||
strokeStyle: "solid",
|
||||
strokeWidth: 1,
|
||||
strokeWidth: 2,
|
||||
type: "rectangle",
|
||||
updated: 1,
|
||||
version: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue