mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
update test case in package example
This commit is contained in:
parent
32aaa8b95d
commit
d83860c747
1 changed files with 21 additions and 0 deletions
|
@ -1,5 +1,26 @@
|
|||
export default {
|
||||
elements: [
|
||||
{
|
||||
type: "rectangle",
|
||||
x: 1000,
|
||||
strokeWidth: "2",
|
||||
},
|
||||
|
||||
{
|
||||
type: "ellipse",
|
||||
},
|
||||
|
||||
{
|
||||
type: "diamond",
|
||||
x: 200,
|
||||
backgroundColor: "#fff3bf",
|
||||
strokeWidth: "2",
|
||||
label: {
|
||||
text: "HELLO EXCALIDRAW",
|
||||
strokeColor: "#099268",
|
||||
fontSize: 30,
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "rectangle",
|
||||
version: 141,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue