Commit db42011a by liuyong

修改画布

1 parent e7adc5d8
Showing with 6 additions and 6 deletions
......@@ -71,18 +71,18 @@
fns.push(
item2.color ? this.createVertexTemplateEntry(
item2.iconName+';fillColor='+item2.color+';'+'attr='+JSON.stringify(attr_)+';eleId='+item2.eleBelongId,
item2.shapeWidth?item2.shapeWidth:150,
item2.shapeHeight?item2.shapeHeight:75,
item2.iconName + ';fillColor=' + item2.color + ';' + 'attr=' + JSON.stringify(attr_) + ';eleId=' + item2.eleBelongId + ';eaLevel=' + item2.eaLevel + ';',
item2.shapeWidth ? item2.shapeWidth : 150,
item2.shapeHeight ? item2.shapeHeight : 75,
null,
item2.eleName,
null,
null,
'封闭图形2'
) : this.createEdgeTemplateEntry(
item2.iconName+'attr='+JSON.stringify(attr_),
item2.shapeWidth?item2.shapeWidth:150,
item2.shapeHeight?item2.shapeHeight:75,
item2.iconName + 'attr=' + JSON.stringify(attr_),
item2.shapeWidth ? item2.shapeWidth : 150,
item2.shapeHeight ? item2.shapeHeight : 75,
'',
item2.elementName,
null,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!