Can content scale? #675
-
I am using the following code to insert a scaled
|
Beta Was this translation helpful? Give feedback.
Answered by
johannes-wolf
Aug 9, 2024
Replies: 1 comment 2 replies
-
No, this is not possible right now. Cetz uses a transformation matrix to transform coordinates, but Typst's provides no function to pass such a matrix to transform |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
psads-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, this is not possible right now. Cetz uses a transformation matrix to transform coordinates, but Typst's provides no function to pass such a matrix to transform
Content
. You have to use Typst's nativescale
function inside thecontent
call.