Quote:
Originally Posted by senhal
First of all, thanks for this useful plugin!
If I add a cover using the Calibre Editor tool and then I apply Editing Toolbag to any tag, epub-check finds an error on the titlepage (the one with the cover):
Code:
ERROR RSC-005 /text/titlepage.xhtml
(line 16, col 53) Error while parsing file 'attribute "preserveaspectratio" not allowed here; expected attribute "alignment-baseline", [...].
I can't really see the difference, but some modification to the file is applied.
|
I can confirm this problem. In certain circumstances, something in the plugin is changing
preserveAspectRatio to
preserveaspectratio.
In case it helps to track down the actual problem, I have seen it when trying to remove empty spans, even though there are no spans at all on a typical calibre svg-type cover page. I can work around the problem by running the Editor's Beautify option before running this plugin.