Processing vs Raphael experiment for HTML5 canvas using javascript.
Simple experiments trying to work with curve paths and a SVG path to style text and graphics.
The p5 example is more limited because it lacked the more feature rich svg path functionality of Raphael.
The Raphael example was built using a similar structure pattern to how p5 examples are built for easier understanding between the two files.
Only Firefox is supported
Works cross browser
python -m SimpleHTTPServer
localhost:8000/p5.html
and/or localhost:8000/raphael.html
in your browser to see samplesnpm install http-server -g
node http-server
localhost:8080/p5.html
and/or localhost:8080/raphael.html
in your browser to see samples