diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-11-01 21:12:16 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-11-01 21:12:16 +0000 |
| commit | 099f8e8a3d2da88cf2e71eb04aa7c7dfd9097f7b (patch) | |
| tree | 4f28bc3cb60780919163e0fb2a5500829dcaa0d3 /src/display/drawing-text.h | |
| parent | configure.ac: Correct help string for cdr support (diff) | |
| download | inkscape-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.h | 4 |
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; |
