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="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<svg>
  <a target="one" xlink:href="https://svgwg.org/svg2-draft/linking.html#Links">
    <rect width="100%" height="100%" fill="gray" />
      <ellipse cx="50%" cy="50%" rx="50%" ry="50%" fill="tomato"/>
    <a target="two" xlink:href="https://github.com/w3c/svgwg/issues/26">
      <ellipse cx="50%" cy="50%" rx="50%" ry="50%" fill="blue"/>
    </a>
  </a>
 </svg>
  
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers