After instantiating Raphael text like so
var t = paper.text(50, 50, "Raphaël\nkicks\nbutt!");
how do I go about then modifying that text?
t.text = "test"; //did not work for me =/
After instantiating Raphael text like so
var t = paper.text(50, 50, "Raphaël\nkicks\nbutt!");
how do I go about then modifying that text?
t.text = "test"; //did not work for me =/