[Gambas-user] Loading an SVG...

Jacky jscops at ...11...
Tue Aug 26 07:41:09 CEST 2008


Le Tuesday 26 August 2008 05:04:37 Stephen Bungay, vous avez écrit :
>    Having a bit of trouble loading an SVG file.... here's the bit that's
> failing....
>
> PUBLIC hImage AS Image
>
> PUBLIC SUB Button1_Click()
>    hImage = SVG.Load("/home/bungayst/Graphics/SVGFiles/TestImage1.svg")

Hello Steve,

I never works with svg file but try to use image.load
hImage = Image.Load("/home/bungayst/Graphics/SVGFiles/TestImage1.svg")

Jacky






More information about the User mailing list