Skip to content

Commit

Permalink
6.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Oct 4, 2020
1 parent 2700a55 commit 44326bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@
"engines": {
"node": ">=10"
},
"version": "6.0.0-beta.0"
"version": "6.0.0-beta.1"
}
2 changes: 1 addition & 1 deletion src/web/Svg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ${animate &&

<defs>
<mask id={idMask}>
{/* <rect x="0" y="0" width="100%" height="100%" fill="white" /> */}
<rect x="0" y="0" width="100%" height="100%" fill="white" />
{children}
</mask>
</defs>
Expand Down

0 comments on commit 44326bc

Please sign in to comment.