Skip to content

Commit

Permalink
fix: move mask & clipPath elements outside symbol
Browse files Browse the repository at this point in the history
Closes: #325
  • Loading branch information
kisenka committed Apr 28, 2020
1 parent 4f07c0d commit ae70786
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"html-webpack-plugin": "^3.2.0",
"loader-utils": "^1.1.0",
"svg-baker": "^1.5.0",
"svg-baker-runtime": "^1.4.6",
"svg-baker-runtime": "^1.4.7",
"url-slug": "2.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7491,10 +7491,10 @@ supports-color@^5.4.0:
dependencies:
has-flag "^3.0.0"

svg-baker-runtime@^1.4.6:
version "1.4.6"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.6.tgz#73499736c636610121a9e17ae6ceb2ea1023ec6b"
integrity sha512-n+Uq23mafI12WLHXahkjSY00qHJaNfeB9XgVKdo0C4kzrcn8JnunXNajvOlqkFaTqj7xT7MwTlFl3Hga8AevcQ==
svg-baker-runtime@^1.4.7:
version "1.4.7"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.7.tgz#f4720637f5b6202eef6378d81f1fead0815f8a4e"
integrity sha512-Zorfwwj5+lWjk/oxwSMsRdS2sPQQdTmmsvaSpzU+i9ZWi3zugHLt6VckWfnswphQP0LmOel3nggpF5nETbt6xw==
dependencies:
deepmerge "1.3.2"
mitt "1.1.2"
Expand Down

0 comments on commit ae70786

Please sign in to comment.