From fc41007d54d634b94adec7ad19ee5df8a52def40 Mon Sep 17 00:00:00 2001 From: lang Date: Thu, 26 Jun 2014 16:52:07 +0800 Subject: [PATCH] svg ellipse bug --- src/chart/map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chart/map.js b/src/chart/map.js index 4394124b6..31b8c9489 100644 --- a/src/chart/map.js +++ b/src/chart/map.js @@ -1027,6 +1027,7 @@ define(function (require) { || this.shapeList[i].type == 'rectangle' || this.shapeList[i].type == 'polygon' || this.shapeList[i].type == 'line' + || this.shapeList[i].type == 'ellipse' ) { this.shapeList[i].scale[0] *= delta; this.shapeList[i].scale[1] *= delta; -- GitLab