Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8 />
  <meta name="description" content="Sine wave in SVG" />
  <title>Sine wave</title>
</head>
<body>
  
  <div id="sine_wave">
    
    <svg>
      <line x1="0" y1="250" x2="500" y2="250"
            style="stroke:black;stroke-width:1"/>
      <line x1="250" y1="0" x2="250" y2="500"
            style="stroke:black;stroke-width:1"/>
    </svg>
    
  </div>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
Sk8erPeterpro
0viewers