From 6795d6be708aa912712981043c9968b830691d5b Mon Sep 17 00:00:00 2001 From: clintjd Date: Thu, 21 Apr 2016 11:50:41 -0700 Subject: [PATCH] Update README.md update version to 1.0.18 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 160d159..7a60f2d 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ N.B. You may not need node-canvas for some simple operations when using jsdom >= Updates ========== +- v1.0.18 clip was not working, the path never made it to the clip area - v1.0.17 Fix bug with drawing in an empty context. Fix image translation problem. Fix globalAlpha issue. - v1.0.16 Add npm publishing support, bower file and optimize for arcs with no angles. - v1.0.15 Setup travis, add testharness and debug playground, and fix regression for __createElement refactor