UNPKG

svg-engine

Version:
12 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SVG = void 0; const SVGSVGInstance_js_1 = require("../instances/SVGSVGInstance.js"); class SVG extends SVGSVGInstance_js_1.SVGSVGInstance { constructor() { super(); this.attr("xmlns", "http://www.w3.org/2000/svg"); } } exports.SVG = SVG; //# sourceMappingURL=svg.js.map