Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<svg viewBox="0 0 100 100">
  <filter id="destination-out">
    <feComposite in="BackgroundGraphic" operator="out" />
  </filter>
  <polyline points="0,25 100,25" stroke="black" />
  <polyline points="0,50 100,50" stroke="black" />
  <polyline points="0,20 100,60" stroke="black" filter="url(#destination-out)" />
</svg>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers