Merge pull request #13569 from calixteman/visibility

XFA - Container wrapper must take the visibility of the wrapped content
This commit is contained in:
calixteman 2021-06-16 18:55:44 +02:00 committed by GitHub
commit 473322298f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];