This commit is contained in:
Kovid Goyal 2010-10-03 17:45:37 -06:00
parent cd0beee18b
commit 3f58e8a35a

View File

@ -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>
''') ''')