diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-09-19 18:40:31 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-09-19 18:40:31 +0000 |
| commit | 6b31ea7ebd4e174d074b78d2259ab1b254ab7880 (patch) | |
| tree | 1278a76d58c4913b0d7f4af0bc757811d9a45cec /src/display/canvas-text.h | |
| parent | shift+letters are reserved for modes inside tools, so we cannot use them for ... (diff) | |
| download | inkscape-6b31ea7ebd4e174d074b78d2259ab1b254ab7880.tar.gz inkscape-6b31ea7ebd4e174d074b78d2259ab1b254ab7880.zip | |
Tweak of member to Geom class
(bzr r6849)
Diffstat (limited to 'src/display/canvas-text.h')
| -rw-r--r-- | src/display/canvas-text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display/canvas-text.h b/src/display/canvas-text.h index 54ec8c413..bb732ae6f 100644 --- a/src/display/canvas-text.h +++ b/src/display/canvas-text.h @@ -27,8 +27,8 @@ struct SPCanvasText : public SPCanvasItem{ guint32 rgba; gchar* text; - NR::Point s; - NR::Matrix affine; + Geom::Point s; + Geom::Matrix affine; double fontsize; double anchor_x; double anchor_y; |
