Is it possible to draw an svg from a file in EXT-JS 4.0? I have exported svg's from Visio and those are the files I am trying to load into EXT-JS. All the examples I have seen so far specify each individual path to draw svg's.
Still an EXT-JS newbie so I apologize if it is something obvious.
What they probably did is an import/conversion from SVG to Ext.Draw syntax through a script.
Anyway, a native import for SVG images would be really helpful, IMHO.