-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Description
new Moon({
template: `<svg width="200" height="200" viewport="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="70" width="10" height="30"></rect>
</svg>`,
el: '#target'
})This code yields nothing.
Seems like the svg namespace is not supported.
Reactions are currently unavailable