diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py index d8ae1a8d6516eeda989e3e101e8cc1c1746559f2..04ce6b086c021816f8529a0d5d51a37301c73ddf 100644 --- a/io_curve_svg/import_svg.py +++ b/io_curve_svg/import_svg.py @@ -1007,7 +1007,7 @@ class SVGGeometry: v = Vector((point[0], point[1], 0.0)) - return v * self._context['matrix'] + return self._context['matrix'] * v def getNodeMatrix(self): """