Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="svg: anchor transition (via xlink:href)">
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
  <svg version="1.1" viewbox="0 0 100 100">
    <a xlink:href="#">
      <g transform-origin="50%">
        <circle r="20" cx="50" cy="50"></circle>
        <text x="50" y="54" text-anchor="middle">push</text>
      </g>
    </a>
  </svg>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
dbazilepro
0viewers