Importing SVG

That’s really wonderful. GoJS supports drawing and animation using HTML Canvas. Isit possible to bring SVG into GoJS canvas/template? I saw there is a demo ‘tiger’ showing an SVG symbol, but how and what tool you are using to convert it?
Thanks walter!

The “Tiger” sample includes the source code it used to read in the SVG XML and convert the simple SVG into GoJS structures, primarily using Geometry.parse to read in the path data.

You can see all of the source code for any of the sample just by doing a View Source in the browser.