Skip to content

Commit 15b68a4

Browse files
committed
add content auto-scale note for scale
1 parent b9aac9a commit 15b68a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/draw/transformations.typ

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@
148148
/// circle((0,0))
149149
/// ```
150150
///
151+
/// Note that content like text does not scale automatically. See `auto-scale` styling of content for that.
152+
///
151153
/// - ..args (float, ratio): A single value to scale the transformation matrix by or per axis
152154
/// scaling factors. Accepts a single float or ratio value or any combination of the named arguments
153155
/// `x`, `y` and `z` to set per axis scaling factors. A ratio of 100% is the same as the value $1$.

0 commit comments

Comments
 (0)