On 03/09/2011 06:35 AM, Girish Ramakrishnan wrote:
> 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.
>

That fixed it, many thanks.

>> 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).
>

I've just had to add another blob of binary to the application's 
footprint that i did not know about before. Do you know if there 
documentation somewhere about this?

Tim.

-- 
Tim O'Callaghan
Research &  Development
MEYN - Food Processing Technology B.V.
Noordeinde 68 - 1511 AE Oostzaan - The Netherlands
Phone: +31 756 84 3355 | Fax: +31 756 84 4150| E-mail: 
[email protected]  | Web: http://www.meyn.nl
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to