diff options
Diffstat (limited to 'src/sp-root.cpp')
| -rw-r--r-- | src/sp-root.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-root.cpp b/src/sp-root.cpp index 5f868539b..61b5fda5b 100644 --- a/src/sp-root.cpp +++ b/src/sp-root.cpp @@ -438,7 +438,7 @@ sp_root_update(SPObject *object, SPCtx *ctx, guint flags) * fixme: height seems natural, as this makes the inner svg element * fixme: self-contained. The spec is vague here. */ - root->c2p = Geom::Matrix(Geom::Translate(root->x.computed, + root->c2p = Geom::Affine(Geom::Translate(root->x.computed, root->y.computed)); } |
