Quote:
Originally Posted by KevinH
This plugin is beta quality but has almost all features implemented except for allowing the user to edit the base image width (coming with preference support).
|
When I tested an epub3 book that only contained .svg images, I got the following error message:
Code:
File "/home/doitsu/.local/share/sigil-ebook/sigil/plugins/Access-Aide/plugin.py", line 359, in run
f.write(imgdata)
TypeError: a bytes-like object is required, not 'str'
Error: a bytes-like object is required, not 'str'
(The plugin worked fine with non-SVG images.)