export const initData = { // "image": [ // // { // // "url": "/src/assets/WX20241031-111850.png", // // "width": 1, // // "height": 1, // // "x": 594.5, // // "y": 436 // // } // ], rectangle: [ {"id":"0","createTime":1,"zIndex":0,"attitude":[0.49671531254033047,0.6435180082478934,-0.5194746707265486,0.4009693903193004,793.3046144557984,-304.8623779525318],"points":[{"x":1192.8999748096812,"y":353.7459910496289},{"x":1280.3121683458312,"y":466.9925917901596},{"x":1179.2844908791794,"y":544.9733067738582},{"x":1091.8722973430301,"y":431.7267060333284}]}, { id: "1", createTime: 0, zIndex: 0, attitude: [1, 0, 0, 1, 0, 0], fill: "red", points: [ { x: 758.00390625, y: 138.04296875, }, { x: 933.984375, y: 138.04296875, }, { x: 933.984375, y: 332.5234375, }, { x: 758.00390625, y: 332.5234375, }, ], }, ], // "triangle": [ // { // "attitude": [1, 0, 0, 1, 0, 0], // "points": [ // { // "x": 115.58984375, // "y": 626.625 // }, // { // "x": 229.76953125, // "y": 495.828125 // }, // { // "x": 343.94921875, // "y": 626.625 // } // ] // } // ], // "polygon": [ // { // "attitude": [1, 0, 0, 1, 0, 0], // "points": [ // { // "x": 416.5390625, // "y": 354.78125 // }, // { // "x": 715.4765625, // "y": 370.1796875 // }, // { // "x": 686.734375, // "y": 538.16796875 // }, // { // "x": 400.56640625, // "y": 531.5390625 // } // ] // } // ], // "line": [ // { // attitude: [1, 0, 0, 1, 0, 0], // "points": [ // { // "x": 327.5546875, // "y": 71.54296875 // }, // { // "x": 623.5703125, // "y": 74.07421875 // }, // { // "x": 602.90234375, // "y": 228.5 // }, // { // "x": 311.03515625, // "y": 263.71484375 // } // ] // } // ], // "arrow": [ // { // attitude: [1, 0, 0, 1, 0, 0], // "points": [ // { // "x": 962.1484375, // "y": 129.10546875 // }, // { // "x": 744.4921875, // "y": 244.49609375 // } // ] // }, // { // attitude: [1, 0, 0, 1, 0, 0], // "points": [ // { // "x": 756.35546875, // "y": 94.78125 // }, // { // "x": 879.94140625, // "y": 265.87109375 // } // ] // } // ], // "circle": [ // { // "x": 1372.22265625, // "y": 100.3671875, // "radius": 84.72265625 // } // ], // "icon": [ // { // "url": "/example/fuse//assets/icons/vue.svg", // "mat": [ // 1, // 0, // 0, // 1, // 791.984375, // 464.45703125 // ] // }, // { // "url": "/example/fuse//assets/icons/vue.svg", // "mat": [ // 1, // 0, // 0, // 1, // 1072.265625, // 467.41796875 // ] // }, // { // "url": "/example/fuse/assets/icons/vue.svg", // "mat": [ // 1, // 0, // 0, // 1, // 1281.1015625, // 448.33984375 // ] // }, // { // "url": "/example/fuse/assets/icons/BedsideCupboard.svg", // "width": 300, // "height": 300, // "stroke": "red", // "strokeWidth": 1, // "strokeScaleEnabled": false, // "mat": [ // 1, // 0, // 0, // 1, // 954.53515625, // 519.8671875 // ] // } // ], // "text": [ // { // "fill": "#000", // "stroke": "red", // "strokeWidth": 3, // "fontFamily": "Calibri", // "fontSize": 30, // "width": 100, // "content": "Hello from the Konva framework. Try to resize me.", // "mat": [1, 0, 0, 1, 484.13671875, 663.13671875], // }, // { // "fill": "#000", // "stroke": "red", // "strokeWidth": 3, // "fontFamily": "Calibri", // "fontSize": 30, // "width": 300, // "content": "文字", // "mat": [1, 0, 0, 1, 873.94921875, 659.453125], // } // ], };