mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Replaces UnsupportedManager with callback.
This commit is contained in:
parent
84a47f8e53
commit
c9cb6a3025
7 changed files with 66 additions and 47 deletions
|
@ -15,7 +15,7 @@
|
|||
/* globals IDENTITY_MATRIX, FONT_IDENTITY_MATRIX, TextRenderingMode, ImageData,
|
||||
ImageKind, PDFJS, Uint32ArrayView, error, WebGLUtils, OPS, warn,
|
||||
shadow, isNum, Util, TilingPattern, getShadingPatternFromIR, isArray,
|
||||
info, assert, UnsupportedManager, UNSUPPORTED_FEATURES */
|
||||
info, assert */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
@ -2092,7 +2092,6 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||
},
|
||||
|
||||
paintXObject: function CanvasGraphics_paintXObject() {
|
||||
UnsupportedManager.notify(UNSUPPORTED_FEATURES.unknown);
|
||||
warn('Unsupported \'paintXObject\' command.');
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue