-
I want to set the color of Cetz objects (such as The problem is that they aren't an element. I wonder if they share a common element so that a |
Beta Was this translation helpful? Give feedback.
-
Dou don't use #cetz.canvas({
import cetz.draw: *
set-style(
fill: red,
stroke: red
)
line((0,0), (5,0))
circle((), radius:1)
}) |
Beta Was this translation helpful? Give feedback.
Dou don't use
#show
here, but rather the cetz functionset-style
: