XFA - Container wrapper must take the visibility of the wrapped content

This commit is contained in:
Calixte Denizet 2021-06-16 17:29:02 +02:00
parent f9a0568f96
commit 143d190a61

View File

@ -469,6 +469,7 @@ function createWrapper(node, html) {
"maxHeight",
"transform",
"transformOrigin",
"visibility",
]) {
if (style[key] !== undefined) {
wrapper.attributes.style[key] = style[key];