Rebol Programming/draw
USAGE:
editDRAW image commands
DESCRIPTION:
editDraws 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
editdraw: native[ {Draws scalable vector graphics to an image (returned).} image [image! pair!] "Image or size of image" commands [block!] ]