mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Reduce warning spam caused by BX/EX
This commit is contained in:
parent
f32233eaf9
commit
7dcbf7d2c3
1 changed files with 2 additions and 2 deletions
|
@ -1420,10 +1420,10 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
||||||
// Compatibility
|
// Compatibility
|
||||||
|
|
||||||
beginCompat: function CanvasGraphics_beginCompat() {
|
beginCompat: function CanvasGraphics_beginCompat() {
|
||||||
TODO('ignore undefined operators (should we do that anyway?)');
|
// TODO ignore undefined operators (should we do that anyway?)
|
||||||
},
|
},
|
||||||
endCompat: function CanvasGraphics_endCompat() {
|
endCompat: function CanvasGraphics_endCompat() {
|
||||||
TODO('stop ignoring undefined operators');
|
// TODO stop ignoring undefined operators
|
||||||
},
|
},
|
||||||
|
|
||||||
// Helper functions
|
// Helper functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue