summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-text.cpp
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-09-16 04:01:53 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-09-16 04:01:53 +0000
commitf9e2fb1955592832db22cef2cad42db2bdfa9191 (patch)
tree4b7904199451158c46dfccf4a83a56e516dfbe38 /src/display/drawing-text.cpp
parentC++ify expression evaluator. (diff)
parentPath->Inset trial 2. revert rev 12279. (fix Bug 1218333) (diff)
downloadinkscape-f9e2fb1955592832db22cef2cad42db2bdfa9191.tar.gz
inkscape-f9e2fb1955592832db22cef2cad42db2bdfa9191.zip
Merge from trunk.
(bzr r12475.1.24)
Diffstat (limited to 'src/display/drawing-text.cpp')
-rw-r--r--src/display/drawing-text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-text.cpp b/src/display/drawing-text.cpp
index 234006983..55d54b770 100644
--- a/src/display/drawing-text.cpp
+++ b/src/display/drawing-text.cpp
@@ -441,7 +441,7 @@ unsigned DrawingText::_renderItem(DrawingContext &ct, Geom::IntRect const &/*are
}
Inkscape::DrawingContext::Save save(ct);
-// ct.transform(_ctm); // Seems to work fine without this line, which was in the original.
+ ct.transform(_ctm); // For one thing, this is needed to scale a fill-pattern when zooming in
if (has_fill) {
_nrstyle.applyFill(ct);
ct.fillPreserve();