[Poppler-bugs] [Bug 105692] PDF compliance: Always respect Annot Rect

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 4 08:10:43 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=105692

--- Comment #7 from Albert Astals Cid <aacid at kde.org> ---
So you removed

-void AnnotLink::draw(Gfx *gfx, GBool printing) {
-  if (!isVisible (printing))
-    return;
-
-  annotLocker();
-  // draw the appearance stream
-  Object obj = appearance.fetch(gfx->getXRef());
-  gfx->drawAnnot(&obj, border, color,
-                rect->x1, rect->y1, rect->x2, rect->y2, getRotation());
-}


meaning it'll use Annot::draw which ignores the border.

That seems like a bug? Or am i reading it wrong?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20180404/83b85aeb/attachment.html>


More information about the Poppler-bugs mailing list