ctx.beginPath();
ctx.arc(75,75,50,0,Math.PI*2,true);
ctx.stroke();
ctx.beginPath();
ctx.arc(75,75,35,0,Math.PI,false); // рот (по часовой стрелке)
ctx.stroke();
<canvas class="title"></canvas>
это он родимый и есть.var e=t.createElement("canvas");return!(!e.getContext||!e.getContext("2d"))
что как бы намекает.