Quote:
Originally Posted by jhowell
Thanks for providing the file that demonstrates the problem. I was able to determine that the error is triggered by a <title> element inside of an <svg> image being given a style with display:none. For some unknown reason calibre is adding that unnecessary styling during the first step of conversion for this EPUB.
The next release of this plugin will remove that style before passing the EPUB to the Kindle Previewer so that conversion can complete successfully.
|
Thank you very much for investigating and fixing.
I can also confirm that if I removed the <title> tag from the <svg> in question (it's not like the tag is serving any purpose), then it converted beautifully.