Skip to content

Commit

Permalink
make outputDection layer's addRectangleList reusable for different pr…
Browse files Browse the repository at this point in the history
…edict data
  • Loading branch information
syt123450 committed Mar 8, 2019
1 parent 7b1f83b commit 33e83c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/elements/OutputMap3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ OutputMap3d.prototype = {
},

drawRect: function( x, y, width, height ) {


this.ctx.beginPath();
this.ctx.rect( x, y, width, height );
this.ctx.stroke();

Expand Down

0 comments on commit 33e83c5

Please # to comment.