Skip to content

Commit

Permalink
Adding new supported functions to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Mar 16, 2011
1 parent cb27967 commit 4bd668b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -44,14 +44,18 @@ WebGL-2D is a work in progress and currently supports a very small subset of the
* restore * restore
* lineWidth * lineWidth
* drawImage * drawImage
* createImageData
* getImageData
* putImageData
* beginPath * beginPath
* closePath * closePath
* moveTo * moveTo
* lineTo * lineTo
* rect * rect
* createImageData * fill*
* getImageData * stroke*
* putImageData
*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. All other properties or functions are currently stubbed. Properties are set to their defaults and functions are empty.


Expand Down

0 comments on commit 4bd668b

Please sign in to comment.