Skip to content

Commit

Permalink
Merge pull request #677 from canvg/prep_v2_beta
Browse files Browse the repository at this point in the history
2.0.0-beta.0
  • Loading branch information
gabelerner committed Jan 14, 2019
2 parents c97edf4 + 9cbae4d commit 0e777cc
Show file tree
Hide file tree
Showing 6 changed files with 1,211 additions and 6,049 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,20 @@
# Change Log

## v2.0.0
- Breaking: now dependent on [canvas 2.x](https://github.com/Automattic/node-canvas)
## v2.0.0 (beta)
- *Breaking change*: now dependent on [canvas 2.x](https://github.com/Automattic/node-canvas)
- Implement focal gradient radius ([#675](https://github.com/canvg/canvg/pull/675))
- Fixes 0 height rects ([#674](https://github.com/canvg/canvg/pull/674))
- Fixes masks with alpha ([#672](https://github.com/canvg/canvg/pull/672))
- Misc minor issues ([#670](https://github.com/canvg/canvg/pull/670))
- Fixes opacity hierarchy ([#666](https://github.com/canvg/canvg/pull/666))
- Better number array parsing ([#665](https://github.com/canvg/canvg/pull/665))
- Better external font parsing ([#664](https://github.com/canvg/canvg/pull/664))
- Fixes parsing of negatives ([#663](https://github.com/canvg/canvg/pull/663))
- Fixes scaling on redraws ([#662](https://github.com/canvg/canvg/pull/662))
- Fixes `text-anchor` ([#660](https://github.com/canvg/canvg/pull/660))
- Fixes <animate> under <text> ([#656](https://github.com/canvg/canvg/pull/656))
- Handle milliseconds appropriately ([#653](https://github.com/canvg/canvg/pull/653))
- Optimizing updates ([#650](https://github.com/canvg/canvg/pull/650))

## v1.5.4
- Created Change Log
Expand Down
2 changes: 1 addition & 1 deletion dist/browser/canvg.js
@@ -1,7 +1,7 @@

/*
* canvg.js - Javascript SVG parser and renderer on Canvas
* version 2.0.0
* version 2.0.0-beta.0
* MIT Licensed
* Gabe Lerner (gabelerner@gmail.com)
* https://github.com/canvg/canvg
Expand Down
2 changes: 1 addition & 1 deletion dist/node/canvg.js
@@ -1,7 +1,7 @@

/*
* canvg.js - Javascript SVG parser and renderer on Canvas
* version 2.0.0
* version 2.0.0-beta.0
* MIT Licensed
* Gabe Lerner (gabelerner@gmail.com)
* https://github.com/canvg/canvg
Expand Down

0 comments on commit 0e777cc

Please sign in to comment.