Quote:
Originally Posted by JSWolf
ADE did draw the figures no problem. The thing to do is to not specify size in anything like cm or px. Use a % of the container (i.e., screen). The thing to do is make the figure 100% of the width of the screen. So you get the image as large as possible.
|
Thanks. I'm also curious whether the figures display on your Kobo aura or any of your Sony e-ink devices. If not, is there some change to any part of the epub that will cause any e-ink device to display at least one of the SVG figures?
Also, my SVGs are specified in cm, but are referenced in the HTML like:
Code:
<p class="calibre3"><img width="100%" height="auto" src="18333fig0101-tn.svg" alt="Figure 1-1. Local version control diagram." title="Figure 1-1. Local version control diagram." class="calibre6"/></p>
Again, while I want the image to display optimally, I mainly want the SVG to display at all, which for most epub readers that I have tried it does not.