fix to dummyshading

This commit is contained in:
sbarman 2011-07-15 12:06:38 -07:00
parent 5f4b84146f
commit 2098d840da

4
pdf.js
View File

@ -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';