Code

Prevent localized doubles from being written into filter matrices
[inkscape.git] / src / sp-text.h
index 5c62e3c8b50ecae0e6649882796eec6a179127e1..e7c264b07700bd00edde183dfc414922897b92ff 100644 (file)
@@ -53,7 +53,7 @@ struct SPText : public SPItem {
     extend zero-length position vectors to length 1 in order to record the
     new position. This is necessary to convert from objects whose position is
     completely specified by transformations. */
-    static void _adjustCoordsRecursive(SPItem *item, NR::Matrix const &m, double ex, bool is_root = true);
+    static void _adjustCoordsRecursive(SPItem *item, Geom::Matrix const &m, double ex, bool is_root = true);
     static void _adjustFontsizeRecursive(SPItem *item, double ex, bool is_root = true);
        
     /** discards the NRArena objects representing this text. */
@@ -85,4 +85,4 @@ GType sp_text_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :