Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<body>
    <div>
<canvas id="canvas" width="1200px" height="1600px"></canvas>
<div></div>
<script>
    var c = document.getElementById("canvas");
    var g = c.getContext("2d");
    var r = 302;
  g.lineWidth = 120;
  //g.fillStyle='blue';
  g.arc(400, 405, r,0, 0.7*Math.PI, true);
  //g.fill();
  g.stroke();
</script>
</body>
</html> 
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers