目录
实现效果
缩放 :
移动:
一、获取画布信息并绘制背景
.whml
<canvas class="canvas" type="2d" id="myCanvas" bindtouchstart="get_line_touch_position" bindtouchmove="move_or_scale" bind:tap="finish_edit_check"/>
定义canvas元素,需要设置type="2d",
目录
缩放 :
移动:
.whml
<canvas class="canvas" type="2d" id="myCanvas" bindtouchstart="get_line_touch_position" bindtouchmove="move_or_scale" bind:tap="finish_edit_check"/>
定义canvas元素,需要设置type="2d",