Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="https://raw.github.com/gist/3851837/d3dae85a69c1aa6d6d2fb9a1f8e6aa91cc8a117e/shadowcanvas.js"></script>
  
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div id="shadowcanvas-test"></div>
  
  <div id="control">
      <div class="row">
          <label>
              太さ : <select id="select-size"></select>
          </label>
          <label>
              ぼかし : <select id="select-blur"></select>
          </label>
          <label>
              カラー : <select id="select-color"></select>
          </label>
          <button id="button-clear">クリア</button>
      </div>
      <div class="row">
          <button id="button-output">出力</button>
      </div>
      <textarea id="output"></textarea>
  </div>
  
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
mach3sspro
0viewers