View Single Post
Old 06-26-2015, 04:05 AM   #1
GrannyGrump
Obsessively Dedicated...
GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.
 
GrannyGrump's Avatar
 
Posts: 3,231
Karma: 35158061
Join Date: May 2011
Location: PA {back in the usa!}
Device: Sony PRS-T2, ADE on PC
Hyperlinks inside SVG Wrappers === AZW3 ignores link

I have only recently started dabbling in converting epub to azw3 by using Calibre. I am only reviewing the resulting file in KindlePreviewer v 2.94.


The problem I see is this: In the epub (created in Sigil) I have images in SVG wrappers, which include captions which are linked to a List of Illustrations. These hyperlinks work fine in ADE, but when I look at it in KindlePreviewer, azw3 format ignores the links. I have the same result if I create the file with Kindle Previewer as I do with Calibre.

So is this just a known problem with the azw3 format, or am I doing something wrong in my code?

Code:
  <div id="wbg-01">
    <svg xmlns="http://www.w3.org/2000/svg" height="98%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 769 1075" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
      <image height="1020" width="769" xlink:href="../Images/wbg-01.jpg"/>

      <text style="font-style:normal; font-size:10pt;" text-anchor="middle" x="384" y="1050"><a xlink:href="../Text/loi.xhtml#loi">WE LET THE HOSE PLAY PERSEVERINGLY</a></text>
    </svg>
  </div>
GrannyGrump is offline   Reply With Quote