i have code like this but its not working
var t = r.text(100, 100, 'test');
t.attr({font-size: 16});
giving me error
missing : after property id
here is documentation for raphael.js http://raphaeljs.com/reference.html
i have code like this but its not working
var t = r.text(100, 100, 'test');
t.attr({font-size: 16});
giving me error
missing : after property id
here is documentation for raphael.js http://raphaeljs.com/reference.html