Skip to content

Commit c60ed4e

Browse files
committed
bump version to 2.0.1
1 parent 2b05ab2 commit c60ed4e

File tree

8 files changed

+11
-13309
lines changed

8 files changed

+11
-13309
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
.idea/
2-
.node_modules/
3-
node_modules/
1+
node_modules

.travis.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2014 Gliffy Inc.
4+
Copyright (c) 2021 Zeno Zeng
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy of
67
this software and associated documentation files (the "Software"), to deal in

bower.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

context.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
/*!!
2-
* SVGCanvas v2.0.0
3-
* A low level canvas to SVG converter. Uses a mock canvas context to build an SVG document.
2+
* SVGCanvas v2.0.1
3+
* Draw on SVG using Canvas's 2D Context API.
44
*
55
* Licensed under the MIT license:
66
* http://www.opensource.org/licenses/mit-license.php
77
*
88
* Author:
99
* Kerry Liu
10+
* Zeno Zeng
1011
*
1112
* Copyright (c) 2014 Gliffy Inc.
13+
* Copyright (c) 2021 Zeno Zeng
1214
*/
1315

1416
module.exports = (function () {

gulpfile.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)