mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Stop passing in pageColors
to the CanvasGraphics
-constructor (PR 16075 follow-up)
The `pageColors`-option was removed from the `CanvasGraphics`-constructor in PR 16075, hence the code in the API no longer needs to pass in that option; this is something that I missed during review.
This commit is contained in:
parent
86cf62699c
commit
cc9f6650a8
1 changed files with 1 additions and 2 deletions
|
@ -3320,8 +3320,7 @@ class InternalRenderTask {
|
|||
this.canvasFactory,
|
||||
this.filterFactory,
|
||||
{ optionalContentConfig },
|
||||
this.annotationCanvasMap,
|
||||
this.pageColors
|
||||
this.annotationCanvasMap
|
||||
);
|
||||
this.gfx.beginDrawing({
|
||||
transform,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue