Skip to content

Commit db24e33

Browse files
committed
fix: svg demo
1 parent 95fbdc2 commit db24e33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/site/src/routes/demo/common/_Svg.svelte

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
xmlns="http://www.w3.org/2000/svg"
88
viewBox="0 0 300 300"
99
>
10+
{@html `
1011
<title>SVG Logo</title>
1112
<desc
1213
>Designed for the SVG Logo Contest in 2006 by Harvey Rayner, and adopted
@@ -95,6 +96,7 @@
9596
xmlns:xlink="http://www.w3.org/1999/xlink"
9697
/>
9798
<use xlink:href="#SVG" xmlns:xlink="http://www.w3.org/1999/xlink" />
99+
`}
98100
</SmuiElement>
99101
</div>
100102

0 commit comments

Comments
 (0)