clean up
This commit is contained in:
parent
03a1a0369b
commit
ed7e18f730
13
pdf.js
13
pdf.js
@ -3409,6 +3409,7 @@ var CanvasGraphics = (function() {
|
|||||||
|
|
||||||
translateFont: function(fontDict, xref, resources) {
|
translateFont: function(fontDict, xref, resources) {
|
||||||
var fd = fontDict.get("FontDescriptor");
|
var fd = fontDict.get("FontDescriptor");
|
||||||
|
return;
|
||||||
if (!fd)
|
if (!fd)
|
||||||
// XXX deprecated "special treatment" for standard
|
// XXX deprecated "special treatment" for standard
|
||||||
// fonts? What do we need to do here?
|
// fonts? What do we need to do here?
|
||||||
@ -4440,18 +4441,6 @@ var ColorSpace = (function() {
|
|||||||
var hiVal = cs[2];
|
var hiVal = cs[2];
|
||||||
var lookup = xref.fetchIfRef(cs[3]);
|
var lookup = xref.fetchIfRef(cs[3]);
|
||||||
return new IndexedCS(base, hiVal, lookup);
|
return new IndexedCS(base, hiVal, lookup);
|
||||||
|
|
||||||
/*return new IndexedCS(stream);
|
|
||||||
this.stream = stream;
|
|
||||||
this.dict = stream.dict;
|
|
||||||
var base = cs[1];
|
|
||||||
var hival = cs[2];
|
|
||||||
assertWellFormed(0 <= hival && hival <= 255, "hival in range");
|
|
||||||
var lookupTable = cs[3];
|
|
||||||
TODO("implement 'Indexed' color space");
|
|
||||||
this.numComps = 3; // HACK
|
|
||||||
break;
|
|
||||||
*/
|
|
||||||
case "Lab":
|
case "Lab":
|
||||||
case "Seperation":
|
case "Seperation":
|
||||||
case "DeviceN":
|
case "DeviceN":
|
||||||
|
Loading…
Reference in New Issue
Block a user