mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Deferred Link resolution
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user