We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3dff5 commit 8945efdCopy full SHA for 8945efd
lib/pathins/direction.py
@@ -98,7 +98,7 @@ def _get_components_with_transforms(glyph: Glyph) -> Sequence[Tuple]:
98
# (1) simple X and Y scale only @ [0][0]
99
# (2) x-scale @ [0][0] and y-scale @ [1][1]
100
# (3) x-scale @ [0][0], scale01 @ [0][1],
101
- # y-scale @ [1][1], scale 10 @ [1][0]
+ # y-scale @ [1][1], scale10 @ [1][0]
102
a1 = round(component.transform[0][0], 3)
103
a2 = round(component.transform[0][1], 3)
104
b1 = round(component.transform[1][0], 3)
0 commit comments