Unable to preload and display SVG with CreateJS
问题 I am trying to preload a set of SVG objects and display them using CreateJS/PreloadJS. So far I was able to display a SVG object without preloading, but as soon as I use the LoadQueue from PreloadJS, I can't get my sample to work. Does somebody know what I am doing wrong here? Thanks! http://jsfiddle.net/trudeo/05eqqp49/ Javascript var imageManifest = [ { id: "MySvgImage", src: "http://dev.w3.org/SVG/tools/svgweb/samples/svg-files/check.svg" } ]; var stage = new createjs.Stage(document