Add support for Optional Content in TilingPatterns (issue 15716)

This can't be a particularly common feature, since we've supported Optional Content for over two years and this is the very first TilingPattern-case we've seen.
This commit is contained in:
Jonas Jenwald 2022-11-23 12:58:00 +01:00
parent 73c268dc1c
commit 47682985d3
5 changed files with 156 additions and 4 deletions

View file

@ -3245,7 +3245,7 @@ class InternalRenderTask {
this.commonObjs,
this.objs,
this.canvasFactory,
optionalContentConfig,
{ optionalContentConfig },
this.annotationCanvasMap,
this.pageColors
);