[poppler] poppler/Gfx.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu May 12 22:08:12 UTC 2016
poppler/Gfx.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 182abe4ed5c0773073c6751a26a7c4e40e99e02e
Author: Thomas Freitag <Thomas.Freitag at 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;
}
More information about the poppler
mailing list