Skip to content

Commit aa8e62e

Browse files
author
Gabriel Lerner
committed
2.0.0-beta.1
1 parent 4497122 commit aa8e62e

File tree

6 files changed

+21
-39
lines changed

6 files changed

+21
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v2.0.0 (beta)
44
- **Breaking change**: for use on server, peer dependencies [canvas 2.x](https://github.com/Automattic/node-canvas), [jsdom 13.x](https://github.com/jsdom/jsdom) and [xmldom 0.x](https://github.com/jindw/xmldom) must be installed.
5+
- Implement `textPath` ([#687](https://github.com/canvg/canvg/pull/687))
56
- Implement focal gradient radius ([#675](https://github.com/canvg/canvg/pull/675))
67
- Fixes 0 height rects ([#674](https://github.com/canvg/canvg/pull/674))
78
- Fixes masks with alpha ([#672](https://github.com/canvg/canvg/pull/672))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Locally, you can run `npm start` and view the examples at [http://localhost:3123
4747

4848
**2.0.0 beta** (see [CHANGELOG](https://github.com/canvg/canvg/blob/master/CHANGELOG.md))
4949

50-
`npm install canvg@2.0.0-beta.0 canvas@^2 jsdom@^13 xmldom@^0`
50+
`npm install canvg@2.0.0-beta.1 canvas@^2 jsdom@^13 xmldom@^0`
5151

5252
The dependencies required on the server only are peers so must be installed
5353
alongside the canvg package.
@@ -73,7 +73,7 @@ For the **2.0.0 beta** (see [CHANGELOG](https://github.com/canvg/canvg/blob/mast
7373
<!-- Optional if you want blur -->
7474
<script src="https://cdn.jsdelivr.net/npm/stackblur-canvas@^1/dist/stackblur.min.js"></script>
7575
<!-- Main canvg code -->
76-
<script src="https://cdn.jsdelivr.net/npm/canvg@2.0.0-beta.0/dist/browser/canvg.min.js"></script>
76+
<script src="https://cdn.jsdelivr.net/npm/canvg@2.0.0-beta.1/dist/browser/canvg.min.js"></script>
7777
```
7878

7979
Put a canvas on your page

dist/browser/canvg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/*
33
* canvg.js - Javascript SVG parser and renderer on Canvas
4-
* version 2.0.0-beta.0
4+
* version 2.0.0-beta.1
55
* MIT Licensed
66
* Gabe Lerner (gabelerner@gmail.com)
77
* https://github.com/canvg/canvg

dist/node/canvg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/*
33
* canvg.js - Javascript SVG parser and renderer on Canvas
4-
* version 2.0.0-beta.0
4+
* version 2.0.0-beta.1
55
* MIT Licensed
66
* Gabe Lerner (gabelerner@gmail.com)
77
* https://github.com/canvg/canvg

package-lock.json

Lines changed: 15 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"main": "dist/node/canvg.js",
2525
"types": "dist/node/canvg.d.ts",
2626
"browser": "dist/browser/canvg.min.js",
27-
"version": "2.0.0-beta.0",
27+
"version": "2.0.0-beta.1",
2828
"scripts": {
2929
"test-browser": "ava test/browser.test.js --tap | tap-diff",
3030
"test-node": "ava test/node.test.js --tap | tap-diff",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy