I\'m trying to position text within the SVG canvas, by supplying x, y coordinates
var t = paper.text(50, 50, \"Raphaël\\nkicks\\nbutt!\"); <
By using the following
paper.print(100, 100, "Test string", paper.getFont("Times", 800), 30);
it now aligns text on the left.