Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="svgタグで日本国旗を描く">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>  
</head>
<body>
<svg width="400" height="300">
  <rect width="300" height="200" fill="white" stroke="black" />
  <circle cx="150" cy="100" r="60" fill="red" />
</svg>
</body>
</html>
Output

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

Dismiss x
public
Bin info
nobuyuki-ishiipro
0viewers