Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
JohnSmith-LT committed Nov 26, 2012
1 parent c3d1f17 commit b53f795
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@
return 0;
};
var size = {w: Math.max(getWidth(), minSize.w), h: Math.max(getHeight(), minSize.h)};
canvas.width = size.w;
canvas.height = size.h;
canvas.width = size.w + 10;
canvas.height = size.h + 10;
};

this.processShapeData = function() {
Expand Down

0 comments on commit b53f795

Please sign in to comment.