blaze-svg
blaze-svg copied to clipboard
using an svg tag without DOCTYPE
My use case is that I'd like to directly include an SVG in an HTML page via use of the <svg>
tag. The support is nearly there - I can mix the blaze-html and blaze-svg markup freely and easily - but there's no xmlns attribute, one isn't included with the bare svg tag (like it is with docTypeSvg), and there's no svg tag in blaze-html.
I can see a few ways of resolving this, but I am currently using the customAttribute function from blaze-html to decent effect, so I'm not going to lose any sleep over it. Just thought I'd point it out since at the moment I'm really not sure what the svg
combinator is for.