I suggest to use SVG when you need it. SVG is XML: you can draw rect, circle, path... everything using tags, like <rect>, <circle>, <path>. You can also create hypertext inside SVG. As TEX202ans said, the support has problems, so you have to test your SVG to know if it works fine. Btw, SVG have got a lot of things in its chest, like animations, viewBox, viewport and more... but most of this things do not work in ebook or are "deprecated" by IDPF.
|