svelte/test/runtime/samples/svg-spread/_config.js

8 lines
144 B

export default {
html: `
<svg height="400" width="400">
<rect x="50" y="50" width="100" height="75" fill="#ff0000"></rect>
</svg>
`
};