Double images appearing after upgrading to 1.17? #1065
Unanswered
KrisHedges
asked this question in
Q&A
Replies: 1 comment
-
I think this is the same as #1075, which should be fixed in v1.17.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current system I've built has images (png) embedded for "sign here" where signatures go...
When applying the signatures I remove those "sign here" images and drawImage the new embedded signature image.
Prior to 1.17 this all worked fine and downgrading 1.16 fixes the issue
What I'm seeing appears to be some sort of off by one error in the embedder stack or something.
If I have multiple signature fields,the first occurrence what I see happening is the old ref & name
for the "sign here" image is still on the page and uses the new embedded signature image. So it appears
like 2 signature images stacked. My new drawn version is there where I expect it fine. The second or
any subsequent occurrence will be fine meaning the "sign here" is completely removed as expected
and just the newly drawn signature image will be there. So it's like the doc context no longer has the ref
but the page still does and falls to nearest or something... it's very bizarre behaviour.
Downgrading to 1.16 fixes the issue and debugging is very difficult..
Examples of the functions below any feedback appreciated...
Script that embeds the sign here images
Script that later removes the sign here images and adds the signature images
Beta Was this translation helpful? Give feedback.
All reactions