Skip to content

Commit

Permalink
Merge pull request #894 from ecomfe/release-dev
Browse files Browse the repository at this point in the history
chore: release 5.3.1
  • Loading branch information
Ovilia committed Mar 2, 2022
2 parents 543a9d3 + 1824dce commit d44f50e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/zrender.js
Expand Up @@ -16481,7 +16481,7 @@
patternAttrs.height = imageHeight_1;
}
else if (val.svgElement) {
child = val.svgElement;
child = clone(val.svgElement);
patternAttrs.width = val.svgWidth;
patternAttrs.height = val.svgHeight;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/zrender.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zrender.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zrender",
"version": "5.3.0",
"version": "5.3.1",
"description": "A lightweight graphic library providing 2d draw for Apache ECharts",
"keywords": [
"canvas",
Expand Down

0 comments on commit d44f50e

Please sign in to comment.