Skip to content

Commit

Permalink
chore: release 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Mar 1, 2022
1 parent 543a9d3 commit ee25f4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/zrender.js
Original file line number Diff line number Diff line change
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 ee25f4a

Please sign in to comment.