View Single Post
Old 07-03-2017, 10:29 PM   #12
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,813
Karma: 103362673
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by JSWolf View Post
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.
j.p.s is offline   Reply With Quote