Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.min.js"></script>
  </head>
<body>
</body>
</html>
 
// DEFINIZIONE FOGLIO
p = Raphael(0, 0, 500, 500);
//Disegnare la scacchiera 
//all'interno di questo quadrato (lato quadratino 50)
p.rect(50,50,400,400).attr("fill","white"); // BORDI TASTIERA
p.rect(100,50,50,50).attr("fill","gray"); // UN QUADRATINO
Output 300px

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

Dismiss x
public
Bin info
carlobellettinipro
0viewers