Skip to content

Commit

Permalink
,号
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Nov 5, 2013
1 parent 0c960fc commit 7c09100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ define(function (require) {
cpX2 : x,
cpY2 : y + 4,
xEnd : x + width,
yEnd : y + 4,
yEnd : y + 4
});
ctx.lineTo(x + width, y);
beziercurve.buildPath(ctx, {
Expand All @@ -672,7 +672,7 @@ define(function (require) {
cpX2 : x + width,
cpY2 : y + height - 4,
xEnd : x,
yEnd : y + height - 4,
yEnd : y + height - 4
});
ctx.lineTo(x, y + height);
/*
Expand Down

0 comments on commit 7c09100

Please sign in to comment.