Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="svg: animating a rotating box">
  <meta charset="utf-8">
</head>
<body>
  <svg viewbox="0 0 100 100">
    
    <g transform="translate(25 25)">
      <rect x="0" y="0" width="50" height="50"/>
    </g>
    
  </svg>
</body>
</html>
Output

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

Dismiss x
public
Bin info
dbazilepro
0viewers