updated readme
This commit is contained in:
parent
6d46d9d554
commit
41a0ed18af
1 changed files with 7 additions and 2 deletions
|
@ -120,21 +120,26 @@ These features *should* work just like their HTML5 counterparts, but there are l
|
||||||
- shadowOffset(X/Y)
|
- shadowOffset(X/Y)
|
||||||
- shadowBlur
|
- shadowBlur
|
||||||
- isPointInPath
|
- isPointInPath
|
||||||
|
- isPointInStroke
|
||||||
- self intersecting polygons
|
- self intersecting polygons
|
||||||
|
|
||||||
# Missing features
|
# Missing features
|
||||||
|
|
||||||
- globalCompositeOperation
|
- globalCompositeOperation
|
||||||
- isPointInStroke
|
|
||||||
- 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
|
- image patterns with repeat and transform
|
||||||
|
|
||||||
# Version history
|
# Version history
|
||||||
|
|
||||||
|
v0.8.1
|
||||||
|
|
||||||
|
- IsPointInStroke implemented
|
||||||
|
- Fixed some bugs related to transformation and clipping
|
||||||
|
|
||||||
v0.8.0
|
v0.8.0
|
||||||
|
|
||||||
- Self intersecting polygon support
|
- Self intersecting polygon support
|
||||||
- isPointInPath implemented
|
- IsPointInPath implemented
|
||||||
|
|
||||||
v0.7.2
|
v0.7.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue