summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-text.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2013-11-01 21:12:16 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2013-11-01 21:12:16 +0000
commit099f8e8a3d2da88cf2e71eb04aa7c7dfd9097f7b (patch)
tree4f28bc3cb60780919163e0fb2a5500829dcaa0d3 /src/display/drawing-text.h
parentconfigure.ac: Correct help string for cdr support (diff)
downloadinkscape-099f8e8a3d2da88cf2e71eb04aa7c7dfd9097f7b.tar.gz
inkscape-099f8e8a3d2da88cf2e71eb04aa7c7dfd9097f7b.zip
Fix blurry pattern fills on text objects (blocker bug #1005892).
Fixed bugs: - https://launchpad.net/bugs/1005892 (bzr r12760)
Diffstat (limited to 'src/display/drawing-text.h')
-rw-r--r--src/display/drawing-text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/drawing-text.h b/src/display/drawing-text.h
index 99b46bc8a..fd122b54b 100644
--- a/src/display/drawing-text.h
+++ b/src/display/drawing-text.h
@@ -68,8 +68,8 @@ protected:
virtual DrawingItem *_pickItem(Geom::Point const &p, double delta, unsigned flags);
virtual bool _canClip();
- double decorateItem(DrawingContext &ct, Geom::Affine aff, double phase_length);
- void decorateStyle(DrawingContext &ct, double vextent, double xphase, Geom::Point p1, Geom::Point p2);
+ double decorateItem(DrawingContext &ct, Geom::Affine const &aff, double phase_length);
+ void decorateStyle(DrawingContext &ct, double vextent, double xphase, Geom::Point const &p1, Geom::Point const &p2);
NRStyle _nrstyle;
friend class DrawingGlyphs;