实例如下所示:
<input type="button" value="size">
<input type="text" id="size" onchange="sizeChange()">
<input type="button" id="clear" value="clear">
<input type="button" id="eraser" value="eraser" onclick="doEraser()">
<select id = "shape" onchange="shapeChange()">
<option value = "99">shape
<option value = "1">rectangle
<option value = "0">circle
<option value = "2">line
<input id="color" type="color"/>
以上这篇javaScript canvas实现(画笔大小 颜色 橡皮的实例)就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持编程之家。