Thread
:
Picture doesn't show on preview
View Single Post
10-14-2015, 01:43 AM
#
2
kovidgoyal
creator of calibre
Posts: 45,407
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Its caused by a bug in Qt WebKit, just change the code to use
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" ...>
<image ... />
</svg>
That is declare the SVG namespace locally instead of as a global prefix.
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS