Merge branch 'main' into issue-fill-path
This commit is contained in:
commit
127009ad7b
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
## CHANGELOG
|
## CHANGELOG
|
||||||
|
|
||||||
|
### v2.5.0
|
||||||
|
|
||||||
|
- fix: ellipse translate and rotate problem ([Chris Waters](https://github.com/k1w1)) https://github.com/zenozeng/svgcanvas/pull/19
|
||||||
|
- fix: scale lineWidth ([Chris Waters](https://github.com/k1w1)) https://github.com/zenozeng/svgcanvas/pull/21
|
||||||
|
|
||||||
|
### v2.4.0
|
||||||
|
|
||||||
|
- fix: rendering of arcTo when a scale is applied ([Chris Waters](https://github.com/k1w1)) [#17](https://github.com/zenozeng/svgcanvas/pull/17)
|
||||||
|
- feat: Context.prototype.ellipse ([Chris Waters](https://github.com/k1w1)) [#18](https://github.com/zenozeng/svgcanvas/pull/18)
|
||||||
|
|
||||||
### v2.3.0
|
### v2.3.0
|
||||||
|
|
||||||
- fix: update Regular Expression to handle decimal values
|
- fix: update Regular Expression to handle decimal values
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svgcanvas",
|
"name": "svgcanvas",
|
||||||
"version": "2.3.0",
|
"version": "2.5.0",
|
||||||
"description": "svgcanvas",
|
"description": "svgcanvas",
|
||||||
"main": "dist/svgcanvas.js",
|
"main": "dist/svgcanvas.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user