updated readme
This commit is contained in:
parent
f89b3eccdc
commit
3e21561f29
1 changed files with 6 additions and 2 deletions
|
@ -103,7 +103,7 @@ These features *should* work just like their HTML5 counterparts, but there are l
|
|||
- strokeStyle
|
||||
- linear gradients
|
||||
- radial gradients
|
||||
- image patterns
|
||||
- image patterns with repeat and transform
|
||||
- lineWidth
|
||||
- lineEnd (square, butt, round)
|
||||
- lineJoin (bevel, miter, round)
|
||||
|
@ -127,10 +127,14 @@ These features *should* work just like their HTML5 counterparts, but there are l
|
|||
|
||||
- globalCompositeOperation
|
||||
- textBaseline hanging and ideographic (currently work just like top and bottom)
|
||||
- image patterns with repeat and transform
|
||||
|
||||
# Version history
|
||||
|
||||
v0.8.3
|
||||
|
||||
- Image patterns now support transformations and repeat types
|
||||
- Canvas was sometimes not activated properly when using multiple canvases or combining with other GL code
|
||||
|
||||
v0.8.2
|
||||
|
||||
- Shadows now properly use GlobalAlpha
|
||||
|
|
Loading…
Reference in a new issue