[Qt-qml] Problem with QML/re-occurrence of Bug: QTBUG-9053/QTBUG-8984
Girish Ramakrishnan
girish at forwardbias.in
Wed Mar 9 06:35:23 CET 2011
Hi Tim,
On Mon, Mar 7, 2011 at 10:54 PM, Tim O'Callaghan <tocallaghan at meyn.net> wrote:
> We have a QML file that includes SVG images. It works on all of our desktop
> platforms, but fails when trying on our embedded platform.
>
Could this because of missing SVG plugin? There is a IO Handler plugin
that helps QImage read svg files. Check if this file exists in
plugins/imageformats. Can you first check if QImage("foo.svg") loads
and renders correctly because I suspect this is not a QML problem.
> It only fails when using QML to render it, if i use the port of
> demos/embeddedsvgviewer to render the SVG image on the embedded platform,
> the SVG renders fine.
>
The demo uses SVG module directly. So, it's a different code path from
above (it doesn't rely on the plugin).
Girish
More information about the Qt-qml
mailing list