From 4b21c73183b46b6f0ba0e3237f75a5b234052760 Mon Sep 17 00:00:00 2001 From: Zeno Zeng Date: Sun, 6 Jun 2021 14:21:35 +0800 Subject: [PATCH] bump version to 2.0.0 --- README.md | 2 +- context.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9a8eaa..4e22eba 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A maintained fork of [gliffy's canvas2svg](https://github.com/gliffy/canvas2svg) ## Demo -http://gliffy.github.io/canvas2svg/ +http://zenozeng.github.io/canvas2svg/test/playground.html ## How it works We create a mock 2d canvas context. Use the canvas context like you would on a normal canvas. As you call methods, we diff --git a/context.js b/context.js index 39a6f5d..68fd468 100644 --- a/context.js +++ b/context.js @@ -1,5 +1,5 @@ /*!! - * SVGCanvas v1.1.0 + * SVGCanvas v2.0.0 * A low level canvas to SVG converter. Uses a mock canvas context to build an SVG document. * * Licensed under the MIT license: diff --git a/package.json b/package.json index 84e0405..43a54b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgcanvas", - "version": "1.1.0", + "version": "2.0.0", "description": "svgcanvas", "main": "index.js", "directories": {