You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: