%PDF- %PDF-
| Direktori : /proc/self/root/usr/share/nodejs/jsdom/lib/jsdom/living/nodes/ |
| Current File : //proc/self/root/usr/share/nodejs/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js |
"use strict";
const { mixin } = require("../../utils");
const SVGElementImpl = require("./SVGElement-impl").implementation;
const SVGTestsImpl = require("./SVGTests-impl").implementation;
class SVGGraphicsElementImpl extends SVGElementImpl {}
SVGGraphicsElementImpl.attributeRegistry = new Map([
...SVGElementImpl.attributeRegistry,
...SVGTestsImpl.attributeRegistry
]);
mixin(SVGGraphicsElementImpl.prototype, SVGTestsImpl.prototype);
exports.implementation = SVGGraphicsElementImpl;