i have a processing sketch that loads svgfiles with the loadShape function from a folder within the source folder called graphics. when i build it as an executable app, i have to remove all the loadShape calls and references to them or else the app won’t even open. if i manually add the graphics folder to the source folder within the app, it actually will open the sketch window but will immediately freeze. what is the proper way to use svgs in processing? should i not be putting them into a subfolder?
In the data folder
Chrisir
i don’t have a folder called data. should i make one? what do you mean by this
1 Like
That’s what I mean
Yeah
are you saying i should make a folder called data and put the images in that. could i put the whole ‘graphics’ folder in it or do they have to be directly in there
oh nice that actually worked. i have never encountered this problem before, thanks
1 Like