Hi,
I have following node Template,
And i want to add SVG image in Diamond shape,
I have tried using $(go.Picture) but it is not working.
Will it be possible to add picture in this shape, if Yes, can you please guide, how can we achieve it.
dia.nodeTemplateMap.add("Decision",$Go(go.Node, "Spot",
$Go(go.Panel, "Auto", $Go(go.Shape, "Diamond",
{ width: 50, height: 50, stroke: "rgba(0,0,0,0.16)" }
))));
PFA the image of node we want to create for your reference.
We have svg for this img as well.