Dont use <object> to include svg images, use <img> (but note that many viewers, including the calibre viewer, have problems with svg images included via <img> that themselves include other images. The best way to include svg images is to embed them directly in the html with <svg> tags.
|