var b=0;text1Xpos=5;b=72;text1Alpha=1;textMessage="Love";a.globalAlpha=text1Alpha;metrics=a.measureText(textMessage);text1Width=metrics.width;text1Xpos=150-text1Width/2;a.font=b+"px _sans";a.fillStyle="#cc0000";a.textBaseline="top";a.fillText(textMessage,text1Xpos,50);
Description
Something to get the ball rolling. My first canvas code EVAR!