Skip to content

Commit

Permalink
⚡ Drop unused XML namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Luuk de Vlieger committed Jun 6, 2020
1 parent 9e3abf9 commit 3b31fd5
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default () => (
<svg
role="img"
aria-label="Example of a gooey effect"
xmlns="http://www.w3.org/2000/svg"
className="w-80 h-80 mx-auto"
>
<defs>
Expand Down
1 change: 0 additions & 1 deletion docs/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default ({
aria-label="Example of a gooey effect"
className="w-6 md:w-8 h-6 md:h-8 mr-3 md:mr-4"
viewBox="0 0 252 283"
xmlns="http://www.w3.org/2000/svg"
>
<linearGradient
id="gradient"
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/examples/dotted-loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default () => (
<svg
role="img"
aria-label="Example of a gooey effect"
xmlns="http://www.w3.org/2000/svg"
className="w-64 h-64"
>
<g>
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/examples/random-blob.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default () => (
<svg
role="img"
aria-label="Example of a gooey effect"
xmlns="http://www.w3.org/2000/svg"
className="w-64 h-64"
>
<g
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/examples/rotating-loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default () => (
<svg
role="img"
aria-label="Example of a gooey effect"
xmlns="http://www.w3.org/2000/svg"
className="w-64 h-64"
>
<g
Expand Down
2 changes: 0 additions & 2 deletions docs/src/pages/properties/composite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const ExampleOne = ({
<svg
role="img"
aria-label="Example of a gooey effect"
xmlns="http://www.w3.org/2000/svg"
className="w-64 h-64"
>
<g>
Expand Down Expand Up @@ -126,7 +125,6 @@ const ExampleTwo = ({
<svg
role="img"
aria-label="Example of a gooey effect"
xmlns="http://www.w3.org/2000/svg"
className="w-64 h-64"
>
<g>
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/properties/intensity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const Example = ({
<svg
role="img"
aria-label="Example of a gooey effect"
xmlns="http://www.w3.org/2000/svg"
className="w-64 h-64"
>
<g
Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const Goo = ({
pointerEvents: 'none',
position: 'absolute',
}}
xmlns="http://www.w3.org/2000/svg"
>
<defs>
<filter
Expand Down

0 comments on commit 3b31fd5

Please sign in to comment.