[Webkit-unassigned] [Bug 50900] problems of QtWebKit to handle SVG files with embedded fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 14 10:55:26 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=50900


Benjamin Poulain <benjamin.poulain at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin.poulain at nokia.com




--- Comment #2 from Benjamin Poulain <benjamin.poulain at nokia.com>  2011-01-14 10:55:26 PST ---
Please follow this to report bugs on QtWebKit: http://trac.webkit.org/wiki/QtWebKitBugs

If I understand the bug correctly, when I open Title.xhtml, the second image does not have the text shown?

It looks for me like the svg image handler is rendering the svg instead of WebKit. This is because the svg is inserted as <img> tag (non standard by the way :)).

I think that could work if they did not ship the SVG image reader plugin with their application. You can tell them to test that.

You should be able to work around the issue in your document by using <embed> instead of <img> to integrate SVG. I do not know if epub support <embed>?

This bug is valid, but there is probably not much we can do about it. Since it is loaded from disk, and with the image tag, WebKit does not know about the mimetype and it make sense to pass that to the image reader.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list