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 b9aac9a commit 15b68a4Copy full SHA for 15b68a4
src/draw/transformations.typ
@@ -148,6 +148,8 @@
148
/// circle((0,0))
149
/// ```
150
///
151
+/// Note that content like text does not scale automatically. See `auto-scale` styling of content for that.
152
+///
153
/// - ..args (float, ratio): A single value to scale the transformation matrix by or per axis
154
/// scaling factors. Accepts a single float or ratio value or any combination of the named arguments
155
/// `x`, `y` and `z` to set per axis scaling factors. A ratio of 100% is the same as the value $1$.
0 commit comments