mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
XFA - Container wrapper must take the visibility of the wrapped content
This commit is contained in:
parent
f9a0568f96
commit
143d190a61
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ function createWrapper(node, html) {
|
||||||
"maxHeight",
|
"maxHeight",
|
||||||
"transform",
|
"transform",
|
||||||
"transformOrigin",
|
"transformOrigin",
|
||||||
|
"visibility",
|
||||||
]) {
|
]) {
|
||||||
if (style[key] !== undefined) {
|
if (style[key] !== undefined) {
|
||||||
wrapper.attributes.style[key] = style[key];
|
wrapper.attributes.style[key] = style[key];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue