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
|
- strokeStyle
|
||||||
- linear gradients
|
- linear gradients
|
||||||
- radial gradients
|
- radial gradients
|
||||||
- image patterns
|
- image patterns with repeat and transform
|
||||||
- lineWidth
|
- lineWidth
|
||||||
- lineEnd (square, butt, round)
|
- lineEnd (square, butt, round)
|
||||||
- lineJoin (bevel, miter, round)
|
- lineJoin (bevel, miter, round)
|
||||||
|
@ -127,10 +127,14 @@ These features *should* work just like their HTML5 counterparts, but there are l
|
||||||
|
|
||||||
- globalCompositeOperation
|
- globalCompositeOperation
|
||||||
- textBaseline hanging and ideographic (currently work just like top and bottom)
|
- textBaseline hanging and ideographic (currently work just like top and bottom)
|
||||||
- image patterns with repeat and transform
|
|
||||||
|
|
||||||
# Version history
|
# 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
|
v0.8.2
|
||||||
|
|
||||||
- Shadows now properly use GlobalAlpha
|
- Shadows now properly use GlobalAlpha
|
||||||
|
|
Loading…
Reference in a new issue