Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Jul 22, 2014
1 parent 0851dcd commit 76be403
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/util/shape/MarkLine.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ define(function (require) {
this.brushSymbol(ctx, style, 0);
this.brushSymbol(ctx, style, 1);

if (style.text) {
this.drawText(ctx, style, this.style);
}
this.drawText(ctx, style, this.style);

ctx.restore();
},
Expand Down

0 comments on commit 76be403

Please sign in to comment.