From 4bd668bc9e44e9fa861078cf286abe50f7add811 Mon Sep 17 00:00:00 2001 From: Corban Brook Date: Wed, 16 Mar 2011 11:20:51 -0400 Subject: [PATCH] Adding new supported functions to README. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a5e6e4..06538bc 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,18 @@ WebGL-2D is a work in progress and currently supports a very small subset of the * restore * lineWidth * drawImage +* createImageData +* getImageData +* putImageData * beginPath * closePath * moveTo * lineTo * rect -* createImageData -* getImageData -* putImageData +* fill* +* stroke* + +*fill and stroke only work on straight line paths supported above, arc, and curves are not yet supported. All other properties or functions are currently stubbed. Properties are set to their defaults and functions are empty.