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 viewBox="0 0 100 100" fill="none" stroke="navy" stroke-width="5">
  <circle cx="25" cy="25" r="20"
          stroke-dasharray="5 5, 2 2," />
  <circle cx="75" cy="25" r="20"
          style="stroke-dasharray: 5 5, 2 2," />
  <text fill="tomato" stroke="none"
        y="10, 20, 30, 40, 50,"
        x="10">12345</text>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers