diff options
| author | Diederik van Lierop <> | 2013-09-15 19:27:42 +0000 |
|---|---|---|
| committer | mail-diedenrezi <> | 2013-09-15 19:27:42 +0000 |
| commit | 54482403aebd77dc3fadcc5cc99740defda51aeb (patch) | |
| tree | e7952d3792d037b6dad7d02af140e655b4ab6063 /src/display/drawing-text.cpp | |
| parent | Dutch translation update (diff) | |
| download | inkscape-54482403aebd77dc3fadcc5cc99740defda51aeb.tar.gz inkscape-54482403aebd77dc3fadcc5cc99740defda51aeb.zip | |
Scale rendering of pattern fill of text when chaning zoom level; partial fix for blocker bug #1005892; this reinstates a line that was commented out in rev. 12488
Fixed bugs:
- https://launchpad.net/bugs/1005892
(bzr r12523)
Diffstat (limited to 'src/display/drawing-text.cpp')
| -rw-r--r-- | src/display/drawing-text.cpp | 2 |
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(); |
