<e-nodes>
<e-node
id="NewIdea"
[width]="150"
[height]="60"
[offsetX]="300"
[offsetY]="60"
[shape]="terminator"
[fixedUserHandles]="handles"
>
<e-node-annotations>
<e-node-annotation content="New idea identified">
</e-node-annotation>
</e-node-annotations>
</e-node>
</e-nodes>
public handles: UserHandleModel[] = [
{
id: "clone",
pathData:
"M60.3,18H27.5c-3,0-5.5,2.4-5.5,5.5v38.2h5.5V23.5h32.7V18z M68.5,28.9h-30c-3," +
"0-5.5,2.4-5.5,5.5v38.2c0,3,2.4,5.5,5.5,5.5h30c3,0,5.5-2.4,5.5-5.5V34.4C73.9,31.4,71.5,28.9,68.5,28.9z " +
"M68.5,72.5h-30V34.4h30V72.5z",
offset: { x: 0, y: 1.5 },
visibility: true,
iconStrokeColor: "black",
margin: { right: 20 },
width: 20,
handleStrokeColor: "orange",
height: 20
}
]; |