Importing SVG Vector Image- shows as missing
-
Hey guys,
I am trying to create the GUI using all vector images. I "add new image" in the interface designer and I select an SVG file in the properties panel. However, nothing gets loaded and it just displays "missing" over the image placeholder. I've clicked on the "rebuild interface", but it doesn't help.What is going on? Am I missing a critical step? Doing it wrong?
Thank you.
-
I think you have to convert the SVG to a path, have a look at the post linked below, there's a tool in Projucer that does it for you. Also linked to the manual that explains how to set it up. If you want to just use images I think they have to be .png's, but if you use a panel instead of an image component you can blow them up then shrink them down for high res. Theres an example in the manual, holds resolution well!
-
@duno Thank you so much for pointing me in the right direction. I did a search but didn't come across those posts. Much appreciated!