mirror of https://github.com/sveltejs/svelte
4 lines
115 B
4 lines
115 B
8 years ago
|
<svg xmlns='http://www.w3.org/2000/svg'>
|
||
|
<rect x='{{x}}' y='{{y}}' width='{{width}}' height='{{height}}'/>
|
||
|
</svg>
|