Quantcast
Channel: MobileRead Forums - Kindle Formats
Viewing all articles
Browse latest Browse all 862

Hyperlinks inside SVG Wrappers === AZW3 ignores link

$
0
0
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>


Viewing all articles
Browse latest Browse all 862

Trending Articles