diff --git a/src/display/svg.js b/src/display/svg.js index a9a7a0ca92c62..bf3b7f13d7af3 100644 --- a/src/display/svg.js +++ b/src/display/svg.js @@ -530,6 +530,9 @@ SVGGraphics = (function SVGGraphicsClosure() { case OPS.beginText: this.beginText(); break; + case OPS.dependency: + // Handled in loadDependencies, warning should not be thrown + break; case OPS.setLeading: this.setLeading(args); break;