Deferred Link resolution

This commit is contained in:
Svetlana Kulikova
2025-12-02 15:10:49 +03:00
parent df82306306
commit fa532edad6
9 changed files with 54 additions and 13 deletions

View File

@ -1691,6 +1691,7 @@ void Annot::draw(Gfx *gfx, GBool printing) {
// draw the appearance stream
isLink = type && !type->cmp("Link");
#ifdef BUILDING_WASM_MODULE
isLink = gFalse;
if (type && !type->cmp("Stamp"))
{
gfx->drawStamp(&appearance);