Merge pull request #240 from cgjones/issue-237
set up dummy functions for NYIs
This commit is contained in:
commit
36beb81fc8
9
pdf.js
9
pdf.js
@ -5299,13 +5299,16 @@ var PDFFunction = (function() {
|
|||||||
return array;
|
return array;
|
||||||
},
|
},
|
||||||
constructInterpolated: function() {
|
constructInterpolated: function() {
|
||||||
error('unhandled type of function');
|
TODO('unhandled type of function');
|
||||||
|
this.func = function () { return [ 255, 105, 180 ]; }
|
||||||
},
|
},
|
||||||
constructStiched: function() {
|
constructStiched: function() {
|
||||||
error('unhandled type of function');
|
TODO('unhandled type of function');
|
||||||
|
this.func = function () { return [ 255, 105, 180 ]; }
|
||||||
},
|
},
|
||||||
constructPostScript: function() {
|
constructPostScript: function() {
|
||||||
error('unhandled type of function');
|
TODO('unhandled type of function');
|
||||||
|
this.func = function () { return [ 255, 105, 180 ]; }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user