Hacker News new | ask | show | jobs
by mimixco 1843 days ago
That looked interesting until I got to this quote:

"SVG Native is a standalone file type, expected to be rendered with a dedicated-purpose renderer. Therefore, SVG Native content must not be present as part of a larger XML (or HTML) document. If it is present as part of a larger XML (or HTML) document, the content should be interpreted as SVG proper."

So in other words, no SVG native in the browser.

1 comments

I would have assumed that meant it shouldn't be included inline; that referencing it via URL is fine. Do we know which they mean?

Edit- found this: "If a Web author desires to use SVG Native on the Web, the img element may be used instead"