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 native scale
function inside the content
call.
-
I am using the following code to insert a scaled
|
Beta Was this translation helpful? Give feedback.
-
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.
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.