[2.1] SVG support
-
Jay721
- Halfling
- Posts: 62
- Joined: Mon Jan 29, 2018 8:19 am
[2.1] SVG support
I'm curious if there's any easy way to load scalable vector graphics within Ogre to use them with MyGUI? If not, I guess I'll have to convert each SVG to a variety of sizes in PNG format?
-
dark_sylinc
- OGRE Team Member

- Posts: 5560
- Joined: Sat Jul 21, 2007 4:55 pm
- Location: Buenos Aires, Argentina
- x 1403
Re: [2.1] SVG support
We rely on FreeImage and/or stbimage for loading most of our file formats (and hand-rolled code for DDS, KTX, PVRTC).
AFAIK none of these codecs support SVG, thus we don't either.
AFAIK none of these codecs support SVG, thus we don't either.