Hi Tim,

On Mon, Mar 7, 2011 at 10:54 PM, Tim O'Callaghan <[email protected]> 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
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to