We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey guys,
Is it possible to load a SVG file on P5.js, preserve it's layers and manipulate it (change colors, delete layer, group layer, etc)?
thanks
Currently p5.js won't be the best solution to control SVG, you may be able to manipulate it as XML but there's better solutions out there. snap.svg and rune.js are two libraries I used with SVG before, there are probably more out there.
Answers
Currently p5.js won't be the best solution to control SVG, you may be able to manipulate it as XML but there's better solutions out there. snap.svg and rune.js are two libraries I used with SVG before, there are probably more out there.