LoadImage with SVG files?

Just starting out? Need help? Post your questions and find answers here.
Ramses800
User
User
Posts: 27
Joined: Wed Nov 05, 2014 3:12 pm
Location: Sweden

LoadImage with SVG files?

Post by Ramses800 »

I am looking for a way to import SVG images into a vectordrawing, is it possible to use LoadImage(or equivalent command) with a SVG file?
Former VB6 developer adventuring in a brave, new Purebasic world!
User avatar
Keya
Addict
Addict
Posts: 1890
Joined: Thu Jun 04, 2015 7:10 am

Re: LoadImage with SVG files?

Post by Keya »

No it's not possible because SVG isn't one of the formats LoadImage currently supports, but if you search for SVG you'll find for example http://www.purebasic.fr/english/viewtop ... 12&t=40540
Post Reply