From 41a0ed18af2d1fe2adca7a86d6bb440ae092867f Mon Sep 17 00:00:00 2001 From: Thomas Friedel Date: Thu, 18 Apr 2019 14:47:00 +0200 Subject: [PATCH] updated readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f0b084..f1acdd3 100644 --- a/README.md +++ b/README.md @@ -120,21 +120,26 @@ These features *should* work just like their HTML5 counterparts, but there are l - shadowOffset(X/Y) - shadowBlur - isPointInPath +- isPointInStroke - self intersecting polygons # Missing features - globalCompositeOperation -- isPointInStroke - textBaseline hanging and ideographic (currently work just like top and bottom) - image patterns with repeat and transform # Version history +v0.8.1 + +- IsPointInStroke implemented +- Fixed some bugs related to transformation and clipping + v0.8.0 - Self intersecting polygon support -- isPointInPath implemented +- IsPointInPath implemented v0.7.2