-
Notifications
You must be signed in to change notification settings - Fork 13
Coverage
Vilson Vieira edited this page Jun 16, 2014
·
2 revisions
Canvas 2d methods | Noflo-canvas components |
---|---|
arc | MakeArc |
arcTo | MakeArc? |
beginPath | MakePath |
bezierCurveTo | MakeBezierCurve |
clearRect | Clear / Draw |
clip | |
closePath | MakePath? |
createImageData | |
createLinearGradient | |
createPattern | |
createRadialGradient | |
drawImage | DrawImage |
drawCustomFocusRing | |
drawSystemFocusRing | |
fill | Fill |
fillRect | FillRect |
fillText | |
getImageData | |
getLineDash | |
isPointInPath | |
isPointInStroke | |
lineTo | MakePoint + MakePath? |
measureText | |
moveTo | MakePoint + MakePath? |
putImageData | |
quadraticCurveTo | |
rect | MakeRectangle |
restore | |
rotate | Transform |
save | |
scale | Transform |
scrollPathIntoView | |
setLineDash | |
setTransform | |
stroke | Stroke |
strokeRect | StrokeRect |
strokeText | |
transform | |
translate | Transform |