From 7c0910006f2632ce20b2e82ece7b6853bb2567b8 Mon Sep 17 00:00:00 2001 From: kener Date: Tue, 5 Nov 2013 17:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=8C=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/legend.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component/legend.js b/src/component/legend.js index 85ba4bfe7..118bc0f96 100644 --- a/src/component/legend.js +++ b/src/component/legend.js @@ -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, { @@ -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); /* -- GitLab