PShape and getChild question
in
Programming Questions
•
2 years ago
I have an svg document I am working on in Inkscape in which I have several objects that each consist of several other objects. I used the combine feature in Inkscape to combine the objects and given each one a name. I want to bring this svg file into a Processing sketch. If I were to use the getChild method would I be able to get and manipulate each of the combined objects or would I only be able to get only the individual and separate elements?
SD
SD
1