mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Fix jsdoc comment; remove resources dict from type3 properties
This commit is contained in:
parent
4953e0fecc
commit
6bf640260f
3 changed files with 6 additions and 3 deletions
|
@ -862,7 +862,6 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
properties.coded = true;
|
||||
var charProcs = dict.get('CharProcs').getAll();
|
||||
var fontResources = dict.get('Resources') || resources;
|
||||
properties.resources = fontResources;
|
||||
properties.charProcOperatorList = {};
|
||||
for (var key in charProcs) {
|
||||
var glyphStream = charProcs[key];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue