@sjcatch wrote:
I am trying to display gif and svg dynamically using same code below
$(go.Picture,
{
alignment: go.Spot.Left,
row: 11, column: 0, columnSpan: 2,
desiredSize: new go.Size(16, 16),
margin: new go.Margin(0, 0, 0, 2), // (top,right,bottom,left)
},
new go.Binding(‘source’, ‘priorityIconUrl’)),It is working for gif properly but for svg it is partially rendering (only very little portion, not reduced scale). Please refer attached image
Is my approach right? what could be issue please?
Thanks
Posts: 2
Participants: 2
