Bug 29457 - [Qt] QWebView::setHtml() does not work correctly with inline SVGs.
Summary: [Qt] QWebView::setHtml() does not work correctly with inline SVGs.
Status: RESOLVED DUPLICATE of bug 29461
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on: 31115
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-18 08:06 PDT by Tor Arne Vestbø
Modified: 2009-11-25 09:17 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tor Arne Vestbø 2009-09-18 08:06:26 PDT
This bug report originated from issue QTBUG-2419
<http://bugreports.qt.nokia.com/browse/QTBUG-2419>

--- Description ---

QWebView::setHtml() does not work correctly with inline SVGs.
Using load() instead seems to work fine.
Comment 1 Jędrzej Nowacki 2009-10-29 08:43:31 PDT
Confirmed with the latest trunk version. I have started working on it.
Comment 2 Jędrzej Nowacki 2009-11-25 09:17:29 PST
Embedding SVG is possible only for XHTML. The setHtml() method doesn't work with XHTML. 

Resolving as duplicate of bug 29461 which is more generic.

*** This bug has been marked as a duplicate of bug 29461 ***