Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<meta name="description" content="SVG Example">
<html>
<body>
<svg width="500" height = "500">
  <polygon points="400,10 270,190 160,210 40, 40"/>
  <circle cx="120" cy = "80" r = "5" />
  <circle cx="260" cy = "70" r = "5" style="fill:blue;"/>
  <line x1="180" y1 = "170" x2 = "250" y2 = "150"/>
</svg>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
keithoharapro
0viewers