Commit 74d0d417c075a67b5f111179f9724ab5834e58c2
1 parent
6fb23d0e
DA > Annotation Toolbar > Draw tools preview cut when user draw the tools.
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -1556,6 +1556,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
1556 | 1556 | $rootScope.isTextAreaPreviewCompleted = true; |
1557 | 1557 | $("#canvasDiv").append("<div class='textarea' style='z-index:610;border:1px dashed #000000;position:absolute;left:" + $rootScope.offsetX1 + "px;top:" + $rootScope.offsetY1 + "px;width:" + (Math.abs($rootScope.MouseMoveXAxis - $rootScope.offsetX1)) + "px;height:" + (Math.abs($rootScope.MouseMoveYAxis - $rootScope.offsetY1)) + "px;'></div>"); |
1558 | 1558 | break; |
1559 | + | |
1559 | 1560 | } |
1560 | 1561 | } |
1561 | 1562 | $rootScope.Annotationangle = function (event) { | ... | ... |