mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
cd0beee18b
commit
3f58e8a35a
@ -31,12 +31,14 @@ class CoverManager(object):
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div>
|
||||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
width="100%%" height="100%%" viewBox="__viewbox__"
|
width="100%%" height="100%%" viewBox="__viewbox__"
|
||||||
preserveAspectRatio="__ar__">
|
preserveAspectRatio="__ar__">
|
||||||
<image width="__width__" height="__height__" xlink:href="%s"/>
|
<image width="__width__" height="__height__" xlink:href="%s"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
''')
|
''')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user