USAGE: edit

DRAW image commands 

DESCRIPTION: edit

Draws scalable vector graphics to an image (returned).

DRAW is a native value.

ARGUMENTS edit

  • image -- Image or size of image (Type: image pair)
  • commands -- (Type: block)

SOURCE CODE edit

draw: native[
    {Draws scalable vector graphics to an image (returned).} 
    image [image! pair!] "Image or size of image" 
    commands [block!]
]