Quote:
Originally Posted by FunkeXMix
iBooks store asses guide states the following: To ensure proper viewing of images in content, use the HTML img tag instead of wrapping images in
svg:img. I am not sure what the ramifications of this is though.
|
The biggest ramification is that text within the image is not searchable, whereas with the
<object> tag, the
<svg> tag, etc., it is.
If you have any text in your SVG images, I'd be wary of using the
<img> tag, if only because of the accessibility hit. I've filed a bug against the asset guide urging them to reword that and to provide a better recommendation for how to embed SVG.