#Is there a way to set a relative offset distance from a Cetz anchor?

1 messages · Page 1 of 1 (latest)

coarse rover
#

I have drawn a point using anchor: brace.south. But I would like to scoot it down a little bit more with an offset. I was wondering if there was a way to do this?

Thank you!

See example here: https://typst.app/project/wvQajCqfqIZQeOzrTiXKsj.

jagged crow
#

you could use a relative coordinate (rel: (0, -0.5), to: "brace.south"))

#

or use the interpolation coordinate (brace.north, 110%, brace.south)

#

have a look through the coordinates section of the manual just in case I've missed something