diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-16 01:40:10 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-08-16 01:40:10 +0000 |
| commit | 66bab1f2b80ff441643fd5fdeb5bade70fb5aa8c (patch) | |
| tree | 60877c840f6ea4a15a6dea4bb3fcaead3ae7b353 /src/display/drawing-text.h | |
| parent | Correctly invalidate cache of objects with background-accessing filters (diff) | |
| download | inkscape-66bab1f2b80ff441643fd5fdeb5bade70fb5aa8c.tar.gz inkscape-66bab1f2b80ff441643fd5fdeb5bade70fb5aa8c.zip | |
Add sanity checks against singular transforms in the drawing tree.
Fixes LP #825767.
Fixed bugs:
- https://launchpad.net/bugs/825767
(bzr r10347.1.33)
Diffstat (limited to 'src/display/drawing-text.h')
| -rw-r--r-- | src/display/drawing-text.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/display/drawing-text.h b/src/display/drawing-text.h index faa33057c..07962365c 100644 --- a/src/display/drawing-text.h +++ b/src/display/drawing-text.h @@ -34,10 +34,8 @@ protected: unsigned flags, unsigned reset); virtual DrawingItem *_pickItem(Geom::Point const &p, double delta, unsigned flags); - Geom::Affine *_glyph_transform; font_instance *_font; int _glyph; - float _x, _y; friend class DrawingText; }; |
