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">
</head>
<body>
<svg width="500" height="500">
  <defs>
    <path id="path" d="M 125 75 L 175 25"/>
  </defs>
  <g transform="translate(100 100)">
    <text font-size="20" x="50" y="75">
      before<textPath xlink:href="#path">on path</textPath>after
    </text>
    <use xlink:href="#path" style="fill:none; stroke:blue; stroke-width:2"/>
  </g>
</svg>
</body>
</html>
Output

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

Dismiss x
public
Bin info
progerspro
0viewers