fix to dummyshading
This commit is contained in:
parent
5f4b84146f
commit
2098d840da
4
pdf.js
4
pdf.js
@ -4946,7 +4946,9 @@ var Pattern = (function() {
|
|||||||
})();
|
})();
|
||||||
|
|
||||||
var DummyShading = (function() {
|
var DummyShading = (function() {
|
||||||
function constructor() {};
|
function constructor() {
|
||||||
|
this.type = 'Pattern';
|
||||||
|
};
|
||||||
constructor.prototype = {
|
constructor.prototype = {
|
||||||
getPattern: function dummy_getpattern() {
|
getPattern: function dummy_getpattern() {
|
||||||
return 'hotpink';
|
return 'hotpink';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user