Quote:
Originally Posted by MacEachaidh
Rubén, the version I had come across of the SVG wrapper is identical to yours, except that instead of
preserveAspectRatio="xMidYMid meet"
it says
preserveAspectRatio="none"
Nonetheless, it seems to work. What's the difference?
|
In this case, none because your cover has a ratio of 3:4 the same as your screen device so for that reason there is no distortion. But if you load that book in a reader with a 7" screen then you'll see that the cover showed with
preserveAspectRatio="xMidYMid meet"
is not distorted and the cover showed with
preserveAspectRatio="none"
it is
Please, read this chapter of SVG Essentials to understand the code you are using (of course, if you wish you can read all the online book
http://commons.oreilly.com/wiki/inde...ls/Coordinates
Regards
Rubén
PS: For the reasons you'll read there is that I recommend to use a SVG wrapper for the cover page.