You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/posts/2022-10-03-swiftui-path-svg-scale.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ How can we do this? There are
104
104
the rescue!!
105
105
:rocket: They are very useful (and also used a lot in computer graphics :laughing: ) geometric linear transform that
106
106
preserve collinearity and parallelism. The affine transform matrix for
107
-
scaling expressed as [homogenous coordinates](https://people.cs.clemson.edu/~dhouse/courses/401/notes/affines-matrices.pdf"affine transform") is the following one.
107
+
2D scaling expressed as [homogenous coordinates](https://people.cs.clemson.edu/~dhouse/courses/401/notes/affines-matrices.pdf"affine transform") is the following one.
0 commit comments