Merge pull request #12157 from tamuratak/fix_svggraphics
Fix the type of SVGGraphics (PR 12102 follow-up)
This commit is contained in:
commit
0b75701012
@ -29,6 +29,7 @@ import {
|
|||||||
import { DOMSVGFactory } from "./display_utils.js";
|
import { DOMSVGFactory } from "./display_utils.js";
|
||||||
import { isNodeJS } from "../shared/is_node.js";
|
import { isNodeJS } from "../shared/is_node.js";
|
||||||
|
|
||||||
|
/** @type {any} */
|
||||||
let SVGGraphics = function () {
|
let SVGGraphics = function () {
|
||||||
throw new Error("Not implemented: SVGGraphics");
|
throw new Error("Not implemented: SVGGraphics");
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user