diff options
Diffstat (limited to 'src/sp-symbol.cpp')
| -rw-r--r-- | src/sp-symbol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-symbol.cpp b/src/sp-symbol.cpp index f70a19b06..41004db6e 100644 --- a/src/sp-symbol.cpp +++ b/src/sp-symbol.cpp @@ -270,7 +270,7 @@ sp_symbol_update (SPObject *object, SPCtx *ctx, guint flags) /* Calculate child to parent transformation */ /* Apply parent <use> translation (set up as vewport) */ - symbol->c2p = NR::Matrix(Geom::Translate(rctx.vp.x0, rctx.vp.y0)); + symbol->c2p = Geom::Matrix(Geom::Translate(rctx.vp.x0, rctx.vp.y0)); if (symbol->viewBox_set) { double x, y, width, height; @@ -353,7 +353,7 @@ sp_symbol_update (SPObject *object, SPCtx *ctx, guint flags) rctx.vp.y0 = symbol->viewBox.y0; rctx.vp.x1 = symbol->viewBox.x1; rctx.vp.y1 = symbol->viewBox.y1; - rctx.i2vp = NR::identity(); + rctx.i2vp = Geom::identity(); } /* And invoke parent method */ |
