mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 17:30:44 +02:00
update test case in package example
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user