I want to embed an interactive svg a project page. But, it turns about to be a pain to figure out
<img> will make the svg uninteractive
<object> is getting stripped by sanitizer
<iframe> makes the resolution crappy and it gets blurry and stuff
direct <svg> isn't working either
Is there a way to do it or I am doing it wrong? How am I supposed to embed them? Some help would be splendid