leafer-ui icon indicating copy to clipboard operation
leafer-ui copied to clipboard

Line线条设置stroke渐变无效?

Open chloe1331 opened this issue 1 year ago • 1 comments

代码如下:

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

chloe1331 avatar Sep 19 '24 02:09 chloe1331

收到,谢谢反馈~

leaferjs avatar Sep 19 '24 13:09 leaferjs