Fix the type of SVGGraphics.

This commit is contained in:
Takashi Tamura 2020-08-03 09:58:19 +09:00
parent 00a8b42e67
commit d72bbecee2

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");
};