QmagicianEX

Results 4 issues of QmagicianEX

{ "tag": "Rect", "opacity": 1, "zIndex": 0, "x": 188, "y": 84, "width": 578, "height": 469, "rotation": 0, "editable": true, "fill": "rgb(255, 75, 75)", "stroke": "rgba(255,255,255,1)", "strokeAlign": "inside", "strokeWidth": 36, "strokeCap":...

// 添加文字 addText() { const text = new Text({ editable: true, x: 100, y: 100, width: 290, height: 50, text: this.defaultText, fontFamily: 'system-ui',//'Microsoft YaHei', italic: false, textDecoration: 'none', fontSize: 48,...