View Single Post
Old 01-07-2013, 02:05 PM   #4
FunkeXMix
Enthusiast
FunkeXMix began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Aug 2011
Device: Ipad
From my tests with SVG in Kindle Previewer - old Kindle emulation, I saw that it did not show the SVG graphics but it did show text within the text tags, I could even control the alignment of it by wrapping the SVG in div tags and applying CSS:

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%" x="0" y="0%" viewBox="0 0 600 800" preserveAspectRatio="xMidYMid meet" >

<g id="hidden_full_text">
<text transform="matrix(1 0 0 1 430.5 531.7754)" fill="#BF0A1E" font-family="'MyriadPro-Regular'" font-size="1">EDITOR'S LETTER</text>
</g>

</svg>
FunkeXMix is offline   Reply With Quote