View Single Post
Old 06-01-2012, 04:22 AM   #339
sherman
Guru
sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.sherman ought to be getting tired of karma fortunes by now.
 
Posts: 850
Karma: 2641698
Join Date: Aug 2008
Location: Taranaki - NZ
Device: Kobo Aura H2O, Kobo Forma
kiwidude:

When I use the modify epub plugin to update the cover in an epub, I notice that the resolution specified in the SVG does not change to match the size of the new cover. Not being an expert in SVG, does this matter at all?

Code:
<div>
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 x y" preserveAspectRatio="xMidYMid meet">
        <image width="x" height="y" xlink:href="cover"/>
    </svg>
</div>
I'm talking about the 'x' and 'y' above.
sherman is offline   Reply With Quote