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>
  <svg height="500" width="500">
    <g class="shadow">
<path class="shadow"
      d="M0,0 C-72,132 -72,-26 100,100"></path>
    </g>
    <g class="shadow">
    <circle class="shadow" cx="100" cy="100" r="20"></circle>
    </g>
  </svg>
</body>
</html>
 
.shadow {
    -webkit-filter: drop-shadow( 3px 3px 22px rgba(0,0,0,.7) );
    filter: drop-shadow( 3px 3px 22px #000 );
    -webkit-svg-shadow: 0 0 20px green; 
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers