mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
fix to dummyshading
This commit is contained in:
parent
5f4b84146f
commit
2098d840da
1 changed files with 3 additions and 1 deletions
4
pdf.js
4
pdf.js
|
@ -4946,7 +4946,9 @@ var Pattern = (function() {
|
|||
})();
|
||||
|
||||
var DummyShading = (function() {
|
||||
function constructor() {};
|
||||
function constructor() {
|
||||
this.type = 'Pattern';
|
||||
};
|
||||
constructor.prototype = {
|
||||
getPattern: function dummy_getpattern() {
|
||||
return 'hotpink';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue