diff options
Diffstat (limited to 'src/2geom/transforms.cpp')
| -rw-r--r-- | src/2geom/transforms.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/transforms.cpp b/src/2geom/transforms.cpp index b2f305d18..62b340221 100644 --- a/src/2geom/transforms.cpp +++ b/src/2geom/transforms.cpp @@ -46,6 +46,7 @@ Matrix operator*(Matrix const &m, Scale const &s) { } Matrix operator*(Matrix const &m, Rotate const &r) { + // TODO: we just convert the Rotate to a matrix and use the existing operator*(); is there a better way? Matrix ret(m); ret *= (Matrix) r; return ret; |
