UNPKG

ractive

Version:

Next-generation DOM manipulation

10 lines (7 loc) 214 B
var svg; if ( typeof document === 'undefined' ) { svg = false; } else { svg = document && document.implementation.hasFeature( 'http://www.w3.org/TR/SVG11/feature#BasicStructure', '1.1' ); } export default svg;