View Single Post
Old 12-22-2012, 01:00 PM   #11
dgatwood
Curmudgeon
dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.
 
dgatwood's Avatar
 
Posts: 629
Karma: 1623086
Join Date: Jan 2012
Device: iPad, iPhone, Nook Simple Touch
Quote:
Originally Posted by FunkeXMix View Post
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.
dgatwood is offline   Reply With Quote