mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
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:
parent
73c268dc1c
commit
47682985d3
5 changed files with 156 additions and 4 deletions
|
@ -3245,7 +3245,7 @@ class InternalRenderTask {
|
|||
this.commonObjs,
|
||||
this.objs,
|
||||
this.canvasFactory,
|
||||
optionalContentConfig,
|
||||
{ optionalContentConfig },
|
||||
this.annotationCanvasMap,
|
||||
this.pageColors
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue