Hello,
I’m trying to show picture from svg file. Everything looks good in chrome, but doesn’t work for IE, there are no errors, it just doesn’t show icon. Here is my code
, go$(go.Picture, { margin: new go.Margin(10, 10), desiredSize: new go.Size(12, 12), source: "pic.svg"})
I have tried to set height and weight attributes but it still doesn’t work for IE.
What’s wrong ? Maybe the reason is that picture is inside Panel ? What should I do in this case ?
Thanks.
Alex.