直接先上效果

- 操作说明:点 【添加区域】 鼠标进行画—— 右键结束画 点【清楚画图】画布初始化,再点【添加区域】画,反复反复,,,,
代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style type="text/css">
.wrap{
background: #ccc;
position: relative;
}
.ball{
width:5px;
height: 5px;
background: red;
border-radius: 50%;
position: absolute;
}
.box {
width:416px;
height:416px;
}
</style>
</head>
<body>
<div class="box">
<div class="wrap">
<div class="canvas-box" style="width: 416px; height: 416px;" id="Div1">
<canvas id="cvs" width="416" height="416" style="background:url(123.png)">不支持canvas</canvas