3. vmlpie.prototype.draw
整个类实现最关键的函数,也就是在这个函数和后续的createpie函数中,一步一步地实现了图形的绘制工作。
//画外框
varo=document.createelement("v:group");
o.id=this.id;
o.style.width=this.width;
o.style.height=this.height;
o.coordsize
3. vmlpie.prototype.draw
整个类实现最关键的函数,也就是在这个函数和后续的createpie函数中,一步一步地实现了图形的绘制工作。
//画外框
varo=document.createelement("v:group");
o.id=this.id;
o.style.width=this.width;
o.style.height=this.height;
o.coordsize