userxiong
userxiong
In this version, the resume method is called to restore the animation, and the method fails. It seems that there are some problems with the step method. Animation.prototype._startLoop = function...
https://github.com/ecomfe/zrender/blob/9377dd263037f098cb90eb1bc6692d262ffbe6c0/src/graphic/Path.ts#L418 以下是demo: var dom = document.getElementById('container'); var myChart = echarts.init(dom, null, { renderer: 'canvas', useDirtyRect: false }); var app = {}; var MyShape = echarts.graphic.extendShape({ shape: { cpx1: 242, cpx2:...