Skip to content

Commit

Permalink
Merge pull request #896 from ecomfe/release
Browse files Browse the repository at this point in the history
Release 5.3.1
  • Loading branch information
Ovilia authored Mar 7, 2022
2 parents 4e721ed + d44f50e commit 7111ba0
Show file tree
Hide file tree
Showing 6 changed files with 8,193 additions and 11 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.

Loading

0 comments on commit 7111ba0

Please sign in to comment.