poppler/Gfx.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 182abe4ed5c0773073c6751a26a7c4e40e99e02e
Author: Thomas Freitag <thomas.frei...@alfa.de>
Date:   Fri May 13 00:07:24 2016 +0200

    Splash: type 3 chars. restore the current position also in output device
    
    Bug #95344

diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc
index cc6b66d..7d748b9 100644
--- a/poppler/Gfx.cc
+++ b/poppler/Gfx.cc
@@ -4046,6 +4046,7 @@ void Gfx::doShowText(GooString *s) {
       curX += tdx;
       curY += tdy;
       state->moveTo(curX, curY);
+      out->updateCTM(state, 0, 0, 0, 0, 0, 0);
       p += n;
       len -= n;
     }
_______________________________________________
poppler mailing list
poppler@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to