mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Address review comments: Introduce new CanvasGraphics.putBinaryImageData and make sure feature detection work always
This commit is contained in:
parent
01d2929401
commit
cf7d4503d6
3 changed files with 42 additions and 41 deletions
|
@ -3,8 +3,6 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
var isWorker = (typeof window == 'undefined');
|
||||
|
||||
/**
|
||||
* Maximum time to wait for a font to be loaded by font-face rules.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue