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:
parent
00a8b42e67
commit
d72bbecee2
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue