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; }