function m(){r();z()}function d(){k.fill()}function e(x){k.fillStyle=x}function v(x){k.strokeStyle=x}function l(a,b){k.moveTo(a||70,b||70)}function q(){k.beginPath()}function z(){k.stroke()}function r(w){k.lineWidth=w||4}c=document.getElementById("c");c.setAttribute('height',200);g=Math.PI;y=115;s=170;j=g*2;b="#fcd";u="#000";f="#fd5";w="#fff";k=c.getContext("2d");l();q();k.arc(90,102,85,0,j,0);e(f);v(u);d();r(8);z();l(270,270);q();v(u);k.arc(92,y,55,0,j,0);e("#814");d();m();l();q();k.arc(92,y,56,0,g,1);e(f);v(f);d();z();q();l(25,y);k.lineTo(149,y);v(u);m();l();q();k.arc(99,165,25,0,-3.45,1);e(b);d();r();l(270,270);q();v(u);k.arc(92,y,55,0,g,0);m();l();q();k.arc(50,75,25,0,j,1);e(w);d();m();q();l(28,89);k.lineTo(72,89);m();v(u);l(s,s);q();k.arc(60,65,10,0,j,1);e(u);d();l(s,s);q();v(u);k.arc(120,75,25,0,j,1);e(w);d();m();q();l(98,89);k.lineTo(142,89);m();v(u);l(s,s);q();k.arc(130,65,10,0,j,1);e(u);d();l();q();e(f);k.fillRect(28,91,y-2,22);v(f);d();z();e(w);k.fillRect(0,200,180,99);d();z();k.restore();k.save()
document.getElementById("c").setAttribute('height',200);;
var ctx = document.getElementById("c").getContext("2d");
ctx.translate(0, 0);
ctx.moveTo(70,70);
ctx.beginPath();
ctx.arc(90,102,85,0,Math.PI*2,false);
ctx.fillStyle = "#FEDE58";
ctx.strokeStyle = "#000";
ctx.fill();
ctx.lineWidth=8;
ctx.stroke();
ctx.moveTo(270,270);
ctx.beginPath();
ctx.strokeStyle = "#000";
ctx.arc(92,115,55,0,Math.PI*2,false);
ctx.fillStyle = "#871945";
ctx.fill();
ctx.lineWidth=4;
ctx.stroke();
ctx.moveTo(70,70);
ctx.beginPath();
ctx.arc(92,115,56,0,Math.PI,true);
ctx.fillStyle = "#FEDE58";
ctx.strokeStyle = "#FEDE58";
ctx.fill();
ctx.stroke();
ctx.beginPath();
ctx.moveTo(25,115);
ctx.lineTo(149,115);
ctx.lineWidth=4;
ctx.strokeStyle = "#000";
ctx.stroke();
ctx.moveTo(70,70);
ctx.beginPath();
ctx.arc(100,165,25,0,Math.PI*-1.1,true);
ctx.fillStyle = "#FBC0DF";
ctx.fill();
ctx.lineWidth=4;
ctx.moveTo(270,270);
ctx.beginPath();
ctx.strokeStyle = "#000";
ctx.arc(92,115,55,0,Math.PI,false);
ctx.lineWidth=4;
ctx.stroke();
ctx.moveTo(70,70);
ctx.beginPath();
ctx.arc(50,75,25,0,Math.PI*2,true);
ctx.fillStyle = "#fff";
ctx.fill();
ctx.lineWidth=4;
ctx.stroke();
ctx.beginPath();
ctx.moveTo(28,89);
ctx.lineTo(72,89);
ctx.lineWidth=4;
ctx.strokeStyle = "#000";
ctx.stroke();
ctx.moveTo(170,170);
ctx.beginPath();
ctx.arc(60,65,10,0,Math.PI*2,true);
ctx.fillStyle = "#000";
ctx.fill();
ctx.moveTo(170,170);
ctx.beginPath();
ctx.strokeStyle = "#000";
ctx.arc(120,75,25,0,Math.PI*2,true);
ctx.fillStyle = "#fff";
ctx.fill();
ctx.lineWidth=4;
ctx.stroke();
ctx.beginPath();
ctx.moveTo(98,89);
ctx.lineTo(142,89);
ctx.lineWidth=4;
ctx.strokeStyle = "#000";
ctx.stroke();
ctx.moveTo(170,170);
ctx.beginPath();
ctx.arc(130,65,10,0,Math.PI*2,true);
ctx.fillStyle = "#000";
ctx.fill();
ctx.moveTo(70,70);
ctx.beginPath();
ctx.fillStyle = "#FEDE58";
ctx.fillRect(28,91,117,22);
ctx.strokeStyle = "#FEDE58";
ctx.fill();
ctx.stroke();
ctx.fillStyle = "#fff";
ctx.fillRect(0, 200, 180, 100);
ctx.fill();
ctx.stroke();
ctx.restore();
ctx.save();