mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #2680 from vyv03354/bug767455_bxex
Reduce warning spam caused by BX/EX
This commit is contained in:
commit
129fa5661c
1 changed files with 2 additions and 2 deletions
|
@ -1420,10 +1420,10 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||
// Compatibility
|
||||
|
||||
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() {
|
||||
TODO('stop ignoring undefined operators');
|
||||
// TODO stop ignoring undefined operators
|
||||
},
|
||||
|
||||
// Helper functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue