Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rben01 committed Nov 13, 2024
1 parent c5d1536 commit 1c24259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/articles/modules/ROOT/pages/svg-css-clippaths.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ image:{img-url}[{img-alt-text},role="-clipped-img -clipped -clipped-arrow-5"]
To go even further, suppose we wanted a `<clipPath>` consisting of four copies of the arrow, each of which clips one of the corners of the original image and is rotated 90° from the previous one.
Rather than scale the ``<path>``s down to 1×1, we'll scale them down to 0.5×0.5.
And instead of translating them to `(0.5, 0.5)`, we'll translate them to `(0.5±0.25, 0.5±0.25)`.
Since, like scaling transformations, rotations are always applies about the origin, we apply the rotation _before_ the final translation so that the shapes are rotated about their center.
Since, like scaling transformations, rotations are always applied about the origin, we apply the rotation _before_ the final translation so that the shapes are rotated about their center.

[source,svg]
----
Expand Down

0 comments on commit 1c24259

Please sign in to comment.