Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Drawing Rectangles with Boxer</title>
  <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/jquery-ui.css" type="text/css" />
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
  <style type="text/css" media="screen">
  body { background-color: #f00; font: 16px Helvetica, Arial; color: #eaeaea; }
  #canvas { height: 500px; background: white; }
    #select_canvas {
    display: none;
    z-index: 9999;
    position: absolute;
    left: 0px;
    top: 0px;
}
p {
    width: 400px;
    border: 1px solid yellow;
}
body {
    padding: 50px;
}
  </style>
</head>
<body>
<button id="start_select">Start selecting region</button>
<canvas id="select_canvas" width="800" height="800"></canvas>
<p>L.</p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers