Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/draw/transformations.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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$.
Expand Down
Loading