mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
clean up tiling
This commit is contained in:
parent
698132daec
commit
e80a8e6e2b
1 changed files with 3 additions and 2 deletions
5
pdf.js
5
pdf.js
|
@ -2184,8 +2184,9 @@ var CanvasGraphics = (function() {
|
|||
error("Unsupported paint type");
|
||||
} else {
|
||||
// should go to default for color space
|
||||
this.ctx.fillStyle = this.makeCssRgb(1, 1, 1);
|
||||
this.ctx.strokeStyle = this.makeCssRgb(0, 0, 0);
|
||||
var ctx = this.ctx;
|
||||
ctx.fillStyle = this.makeCssRgb(1, 1, 1);
|
||||
ctx.strokeStyle = this.makeCssRgb(0, 0, 0);
|
||||
}
|
||||
|
||||
// not sure what to do with this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue