Threedominant themes in the discussion
-
Security & sanitization concerns
"SVGs should never have supported scripting." β NL807
-
Preference for a tiny, safe SVG subset
"My first thought is \"support a tiny subset of svg that probably still covers 90% of real-world use cases\"." β andybak
-
Safe embedding approaches (e.g., using
<img>βstyle restrictions or new formats)"The way linked SVGs render from within img tags ... is basically perfect for SVG images ... External resources and scripting are blocked while still rendering nearly all SVGs correctly." β varun_ch