The svg 1.1 spec has no text wrap capability and any solution to make it requires javascript or lots of obscure cssorboth.
If epub3/html5, have you tried making the img tag a child of a figure tag and using the figcaption tag immediately after inside the figure tag. Of course sizing the img using css is needed as well to make sure it fits on the page with enough space for a caption. You can add a page-break before to make it start on a new page if that helps.
Last edited by KevinH; 06-20-2022 at 10:40 PM.
|