Graphics.Static

Building and Writing

evalScript

buildScript

buildScript'

buildDoc

writeCanvasScript

writeCanvasScript'

writeCanvasDoc

HTML5 Canvas API

type CanvasFree

Paths

beginPath

closePath

fill

stroke

clip

moveTo

lineTo

quadraticCurveTo

bezierCurveTo

arcTo

arc

rect

Line styles

lineWidth

lineCap

lineJoin

miterLimit

data LineCapStyle

data LineJoinStyle

Colors, styles and shadows

strokeStyle

fillStyle

shadowOffsetX

shadowOffsetY

shadowBlur

shadowColor

createLinearGradient

createRadialGradient

addColorStop

data Gradient

createPattern

data RepeatStyle

data Color

data Style

Color utilities

rgb

rgba

Text

font

textAlign

textBaseline

fillText

strokeText

data TextAlignStyle

data TextBaselineStyle

Rectangles

clearRect

fillRect

strokeRect

Context

save

restore

Transformations

scale

rotate

translate

transform

setTransform

Images

drawImageAt

drawImageSize

drawImageCrop

newImage

onImageLoad

Compositing

globalAlpha

globalCompositeOperation

data CompositeOperation