From 6d0acf3da6d5633c5b49f8ae39e2e6e1d4edf43f Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 8 Mar 2017 17:54:52 +0530 Subject: [PATCH] added comment --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 4f65f10..27cbf93 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -1275,6 +1275,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic fillStyle: shapestyleFillColor, fromCenter: false, x: (offsetX1), y: (offsetY1), + //added abs width: Math.abs(x - offsetX1), height: Math.abs(y - offsetY1), // Place a handle at each side and each corner resizeFromCenter: false, -- libgit2 0.21.4