From b630dc66ff9f46d97de376be7050efa38ab1488c Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 20 Sep 2010 19:48:45 +0000 Subject: [PATCH] translate this comment a bit svn path=/trunk/KDE/kdelibs/; revision=1177656 --- svg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svg.cpp b/svg.cpp index 4ddd0c10d..8714f738e 100644 --- a/svg.cpp +++ b/svg.cpp @@ -230,8 +230,8 @@ class SvgPrivate QRectF finalRect = makeUniform(renderer->boundsOnElement(actualElementId), QRect(QPoint(0,0), size)); - //don't alter the pixmap size or it won't connect animre different parts of framesvg - //but makeUniform should never change the size so much to make necessary to gain or remove a whole pixel + //don't alter the pixmap size or it won't match up properly to, e.g., FrameSvg elements + //makeUniform should never change the size so much that it gains or loses a whole pixel p = QPixmap(size); p.fill(Qt::transparent);