Code

No more NRMatrix or NRPoint.
[inkscape.git] / src / libnrtype / RasterFont.cpp
index c9af6621f36f8d83be4438be543569d87ebb4186..61ef1720b4056dd05d89114228b0fc582b73cc13 100644 (file)
@@ -26,7 +26,7 @@ void          font_style::Apply(Path* src,Shape* dest) {
        if ( stroke_width > 0 ) {
                if ( nbDash > 0 ) {
                        double dlen = 0.0;
-                       const float scale = 1/*NR_MATRIX_DF_EXPANSION (&transform)*/;
+                       const float scale = 1/*NR::expansion(transform)*/;
                        for (int i = 0; i < nbDash; i++)  dlen += dashes[i] * scale;
                        if (dlen >= 0.01) {
                                float   sc_offset = dash_offset * scale;