github / github/template-parts
SVG <path d="M {{x}} {{y}}"...> throws error
Open
- Dominant language
- TypeScript
- Stars
- 166
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
```js
const svgtpl = document.createElement('template')
svgtpl.innerHTML = ''
let tpl = new TemplateInstance(svgtpl, {x:0})
```
Throws
```
Error: attribute d: Unexpected end of attribute. Expected number, "M ".
```
By nature similar to #25
Contributor guide
Assessment
This issue has not been assessed yet.