summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-text.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-01-05 11:46:49 +0000
committerjabiertxof <info@marker.es>2017-01-05 11:46:49 +0000
commitf32078bcebd4ac0c5d95765b321d853445cf983c (patch)
treee1f9c380b009fe98e3a187adf8346a2e1df04c80 /src/display/drawing-text.cpp
parentFixing mirror on split (diff)
parentantialiasing options on export (diff)
downloadinkscape-f32078bcebd4ac0c5d95765b321d853445cf983c.tar.gz
inkscape-f32078bcebd4ac0c5d95765b321d853445cf983c.zip
Update to trunk
(bzr r15295.1.52)
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 1280a2db9..21af7b200 100644
--- a/src/display/drawing-text.cpp
+++ b/src/display/drawing-text.cpp
@@ -599,7 +599,7 @@ unsigned DrawingText::_renderItem(DrawingContext &dc, Geom::IntRect const &/*are
}
{
Inkscape::DrawingContext::Save save(dc);
- if (!_style || ! _style->vector_effect.computed == SP_VECTOR_EFFECT_NON_SCALING_STROKE) {
+ if (!_style || !(_style->vector_effect.computed == SP_VECTOR_EFFECT_NON_SCALING_STROKE)) {
dc.transform(_ctm);
}
if (has_stroke) {