PLAYGROUND (experimental)

canvas

Initialize the drawing canvas with optional dimensions, background color, and center mode
canvas(
    [width=640], 
    [height=480], 
    [background=#FFFFFF], 
    [center=false], 
    [ratio]
)

Initialize the drawing canvas with optional dimensions, background color, and center mode

Arguments

NameTypeRequiredDefaultDescription
width-640Width of the canvas in pixels
height-480Height of the canvas in pixels
background-#FFFFFFBackground color (hex string)
center-falseTranslate coords to center
ratio--Aspect ratio (calculated if width or height is missing)