@JP wrote:
I have a node template which contains multipe shapes.
So I need to reshape all shapes together without chaning it look.
$(go.Node,{resizable:true,resizeObjectName:"a"},
$(go.Panel,{name:"a"}
$(go.Shape,
{ geometryString:"F M231.645,236.645H8.355V13.355h223.29 V236.645z",stroke:"red",
}),
$(go.Shape,
{ geometryString:" F M42.694,202.306h154.611V47.694H42.694V202.306z",stroke:"red",fill:"blue"
}
)))
Posts: 3
Participants: 2