mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Merge pull request #3595 from brendandahl/fix-clip
Move the creation of canvas path fonts to the worker.
This commit is contained in:
commit
1de48f1805
16 changed files with 131 additions and 76 deletions
4
make.js
4
make.js
|
@ -278,8 +278,7 @@ target.bundle = function(args) {
|
|||
'display/api.js',
|
||||
'display/metadata.js',
|
||||
'display/canvas.js',
|
||||
'display/font_loader.js',
|
||||
'display/font_renderer.js'
|
||||
'display/font_loader.js'
|
||||
];
|
||||
|
||||
var WORKER_SRC_FILES = [
|
||||
|
@ -298,6 +297,7 @@ target.bundle = function(args) {
|
|||
'core/crypto.js',
|
||||
'core/evaluator.js',
|
||||
'core/fonts.js',
|
||||
'core/font_renderer.js',
|
||||
'core/glyphlist.js',
|
||||
'core/image.js',
|
||||
'core/metrics.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue