Skip to content

Commit

Permalink
Merge pull request #12157 from tamuratak/fix_svggraphics
Browse files Browse the repository at this point in the history
Fix the type of SVGGraphics (PR 12102 follow-up)
  • Loading branch information
timvandermeij authored Aug 3, 2020
2 parents adc7645 + d72bbec commit 0b75701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/display/svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
};
Expand Down

0 comments on commit 0b75701

Please sign in to comment.