Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit efa840b

Browse files
committed
Fix post 🚀
1 parent 809521c commit efa840b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/posts/2022-10-03-swiftui-path-svg-scale.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ How can we do this? There are
104104
the rescue!!
105105
:rocket: They are very useful (and also used a lot in computer graphics :laughing: ) geometric linear transform that
106106
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.
108108

109109
$$
110110
\begin{bmatrix}
@@ -122,7 +122,6 @@ y \\
122122
x \cdot S_{x}\\
123123
y \cdot S_{y} \\
124124
1 \\
125-
1 \\
126125
\end{bmatrix}
127126
$$
128127

0 commit comments

Comments
 (0)