It says that seperating commas are the problem. I replaced all commas with spaces but its still not working. Everything works fine in Chrome and Firefox.
That was my guess, too. Has anyone encountered the problem and has an idea how to fix it? Maybe there is a trick to make the svg compatible with SVGKit.
Dim mySVG As SVG
mySVG.Initialize(File.DirAssets,"drawing.svg")
Dim iv As ImageView
iv.Initialize("")
iv.Bitmap=mySVG.Export(200,200)
Page1.RootPanel.AddView(iv,0,0,200,200)