Three ways to embed SVG: HTML <object data=“image.svg” height=“48” width="48"></object> <embed src=“image.svg” height=“48” width="48"></embed> <img src=“image.svg” style=“height:48; width:48”/> Guess which doesn’t work in Firefox today?