Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Issue displaying svg

$
0
0

@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 imagesvg%20issue

Is my approach right? what could be issue please?

Thanks

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles