mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +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",
|
||||
"transform",
|
||||
"transformOrigin",
|
||||
"visibility",
|
||||
]) {
|
||||
if (style[key] !== undefined) {
|
||||
wrapper.attributes.style[key] = style[key];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue