mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-24 09:50:56 +02:00
update test case in package example
This commit is contained in:
@@ -1,5 +1,26 @@
|
|||||||
export default {
|
export default {
|
||||||
elements: [
|
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",
|
type: "rectangle",
|
||||||
version: 141,
|
version: 141,
|
||||||
|
Reference in New Issue
Block a user