zenozeng/p5.js-svg

How can you get/set the text in text elements?

lerabot opened this issue · 3 comments

I've tried many things but I can't seem to access the node value...

I found a way to do it actually.

You can change the text by using the elt.textContent variable.