parse.py

changeset 6
6da1e81c5652
parent 4
8eb83f200486
child 8
303c51137cb2
--- a/parse.py	Tue Dec 12 13:46:17 2017 +0200
+++ b/parse.py	Wed Dec 20 17:25:09 2017 +0200
@@ -48,7 +48,7 @@
     return linetypes.SubfileReference(
         colour = colour,
         anchor = Vertex(*vertex_values),
-        matrix = TransformationMatrix(matrix_values),
+        matrix = Matrix3x3(matrix_values),
         subfile_path = groups[indices['subfile_path']]
     )
 

mercurial