env.svg¶
webix.env.
svg
([see official doc])¶webix.env.svg helper.
Please look into the linked official documentation.
External references¶
Code¶
1 2 3 | webix.env.svg = (function(){
return document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1");
})();
|