Kiwidude,
Just another question.
I hate the svg-covers.
Is it possible add a test for epubs containing svg-covers so I can change these covers in normal images?
For the epub-editor plugin the counterpart could be to change remove the svg and replace it with an image just rewrite the:
<svg.... <image href...</image></svg>
to:
<img src="..." />
Is it possible to add the test for it in the quality check?
|