1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

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