如;
this.graph = new zrender.Rect({ shape: { x: 150 + (Math.random()*400), y: 50, width: 140, height:50, }, style: { //fill: 'none', fill:'#ff6600', stroke: '#F00' }, draggable : false, });
怎么旋转一下角度,看了官方文档,也没有例子。