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:
Jonas Jenwald 2023-03-20 11:41:57 +01:00
parent 86cf62699c
commit cc9f6650a8

View File

@ -3320,8 +3320,7 @@ class InternalRenderTask {
this.canvasFactory,
this.filterFactory,
{ optionalContentConfig },
this.annotationCanvasMap,
this.pageColors
this.annotationCanvasMap
);
this.gfx.beginDrawing({
transform,