updated readme

This commit is contained in:
Thomas Friedel 2019-04-25 18:00:30 +02:00
parent f89b3eccdc
commit 3e21561f29

View file

@ -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