Load SVG file

edited February 2017 in p5.js

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

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.

Sign In or Register to comment.