You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tex/qtexengine/files/qtexengine-0.2-interpolate....

14 lines
533 B

diff --git a/src/QTeXPaintEngine.cpp b/src/QTeXPaintEngine.cpp
index 3c54c02..9651bd3 100644
--- a/src/QTeXPaintEngine.cpp
+++ b/src/QTeXPaintEngine.cpp
@@ -409,7 +409,7 @@ void QTeXPaintEngine::drawPixmap(const QPixmap &pix, const QRectF &r)
t << "\\pgfputat";
t << pgfPoint(convertPoint(painter()->worldMatrix().map(r.bottomLeft())));
- t << "{\\pgfimage[interpolate=true,width=";
+ t << "{\\pgfimage[interpolate=false,width=";
QString u = unit();
t << QString::number(r.width()*resFactorX()) + u + ",height=";