chloe1331

Results 1 issues of chloe1331

代码如下: `const line = new Line({ ...option, toPoint: { x: data.width, y: data.height }, draggable: true, stroke: { type: 'linear', stops: ['#FF4B4B', '#FEB027'], }, // stroke: 'red' })`