Snap Title Tooltip
Implementing tooltip/title feature
var s = Snap("#svgout");
var title = Snap.parse('This is a title 2 ');
var rect = s.rect(20,20,40,40);
rect.append( title );
//Hover over the square
var s = Snap("#svgout");
var title = Snap.parse('This is a title 2 ');
var rect = s.rect(20,20,40,40);
rect.append( title );
//Hover over the square