From 15b68a48f9a667a2ce6434e9d96224e98e1ffeff Mon Sep 17 00:00:00 2001 From: JL710 <76447362+JL710@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:38:01 +0100 Subject: [PATCH] add content auto-scale note for scale --- src/draw/transformations.typ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/draw/transformations.typ b/src/draw/transformations.typ index b8c07f020..9e6bc0b28 100644 --- a/src/draw/transformations.typ +++ b/src/draw/transformations.typ @@ -148,6 +148,8 @@ /// circle((0,0)) /// ``` /// +/// Note that content like text does not scale automatically. See `auto-scale` styling of content for that. +/// /// - ..args (float, ratio): A single value to scale the transformation matrix by or per axis /// scaling factors. Accepts a single float or ratio value or any combination of the named arguments /// `x`, `y` and `z` to set per axis scaling factors. A ratio of 100% is the same as the value $1$.