"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const SVGGeometryElement_js_1 = __importDefault(require("../svg-geometry-element/SVGGeometryElement.cjs")); /** * SVG Path Element. * * @see https://developer.mozilla.org/en-US/docs/Web/API/SVGPathElement */ class SVGPathElement extends SVGGeometryElement_js_1.default { } exports.default = SVGPathElement; //# sourceMappingURL=SVGPathElement.cjs.map