Merge pull request #12157 from tamuratak/fix_svggraphics

Fix the type of SVGGraphics (PR 12102 follow-up)
This commit is contained in:
Tim van der Meij 2020-08-03 22:52:10 +02:00 committed by GitHub
commit 0b75701012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ import {
import { DOMSVGFactory } from "./display_utils.js";
import { isNodeJS } from "../shared/is_node.js";
/** @type {any} */
let SVGGraphics = function () {
throw new Error("Not implemented: SVGGraphics");
};