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
@ -3320,8 +3320,7 @@ class InternalRenderTask {
|
|||||||
this.canvasFactory,
|
this.canvasFactory,
|
||||||
this.filterFactory,
|
this.filterFactory,
|
||||||
{ optionalContentConfig },
|
{ optionalContentConfig },
|
||||||
this.annotationCanvasMap,
|
this.annotationCanvasMap
|
||||||
this.pageColors
|
|
||||||
);
|
);
|
||||||
this.gfx.beginDrawing({
|
this.gfx.beginDrawing({
|
||||||
transform,
|
transform,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user