Quote:
Originally Posted by mtrahan
Style an image class with something like "height: 1em;"? Or there is a better way?
EDIT: OK, styling an image class with "height: 1em;" just doesn't work in iBooks. I end up with a giant apple... Argh.
|
I would say an <img> element with height:1em style should work. If it doesn't, it's the reader's fault, but that doesn't help you. Maybe there's more to be cleaned in the SVG file?
Quote:
Originally Posted by Tex2002ans
Also going the SVG route would need some sort of relevant fallback anyway.
|
I'm not sure about that. SVG is required by the ePub spec so no fallback is needed. What is needed is an "alt" text, but that's an advantage. With images disabled you'd see the alt text, with font embedding disabled (or non-working) you'd see nothing meaningful.