Tldraw/packages/tldraw/src/shape-utils/arrow/__snapshots__/arrow.spec.tsx.snap

55 wiersze
873 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Arrow shape Creates a shape: arrow 1`] = `
Object {
"bend": 0,
"childIndex": 1,
"decorations": Object {
"end": "arrow",
},
"handles": Object {
"bend": Object {
"id": "bend",
"index": 2,
"point": Array [
0.5,
0.5,
],
},
"end": Object {
"canBind": true,
"id": "end",
"index": 1,
"point": Array [
1,
1,
],
},
"start": Object {
"canBind": true,
"id": "start",
"index": 0,
"point": Array [
0,
0,
],
},
},
"id": "arrow",
"name": "Arrow",
"parentId": "page",
"point": Array [
0,
0,
],
"rotation": 0,
"style": Object {
"color": "black",
"dash": "draw",
"isFilled": false,
"size": "small",
},
"type": "arrow",
}
`;