diff --git a/index.js b/index.js index f880604..74e309d 100644 --- a/index.js +++ b/index.js @@ -112,106 +112,99 @@ y:15, data:map_data, draw:function(context){ - context.strokeStyle='#f00'; - context.beginPath(); - context.moveTo(15,15); - context.lineTo(15,15-this.size/2); - context.stroke(); - context.closePath(); - context.beginPath(); - context.moveTo(15,15); - context.lineTo(15,15+this.size/2); - context.stroke(); - context.closePath(); - // var x_length = this.data[0].length; - // var y_length = this.data.length; - // for(var i=0; i