求大神帮我看看这个程序,画图的
extjs吧
全部回复
仅看楼主
level 1
闪钝 楼主
(function(){
Ext.onReady(function(){
Ext.create('Ext.draw.Component',{
width:600,
height:400,
viewBox:false,
renderTo:Ext.getBody(),
items:[
{
type:'path',
path:'m67,291178,-131127,105185,-131124,125186,-208190,2251-390,15z',
stroke:'black',
fill:'blue'
// type:'circle',
// x:280,
// y:95,
// radius:70,
// stroke:'black',
// fill:'red'
}
]
});
});
})()
2013年04月22日 06点04分 1
1