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

28 wiersze
437 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Group shape Creates a shape: group 1`] = `
Object {
"childIndex": 1,
"children": Array [],
"id": "group",
"name": "Group",
"parentId": "page",
"point": Array [
0,
0,
],
"rotation": 0,
"size": Array [
100,
100,
],
"style": Object {
"color": "black",
"dash": "draw",
"isFilled": false,
"size": "small",
},
"type": "group",
}
`;