GNOME Bugzilla – Bug 786277
SVG Image href does not return epub uri with get_current_with_epub_uris()
Last modified: 2017-08-15 17:08:22 UTC
Created attachment 357552 [details] epub file with svg image tag When using svg within the xhtml body with image tags, those don't return uris like 'epub:///' in their href attributes. Example: <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="100%" width="100%" version="1.1" preserveAspectRatio="xMidYMid meet" viewBox="0 0 500 500"><image xlink:href="../Images/image.png" width="500" height="500"/></svg> See the file attached.
Created attachment 357659 [details] [review] Fixed SVG image resource replacement