Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class='doughnutChart'>
   <svg viewBox="0 0 150 150"  preserveAspectRatio="xMinYMin meet">
        <g>
            <circle r="70" cx="75" cy="75" class="circle-back" />
        </g>
    </svg>
  </div>
    <div class='doughnutChart second'>
    <svg viewBox="0 0 150 150"  preserveAspectRatio="xMinYMin meet">
        <g>
            <circle r="70" cx="75" cy="75" class="circle-back" />
        </g>
    </svg>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
yairEOpro
0viewers