diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 61eb3a2..c5b915a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -418,7 +418,7 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", document.getElementById('modeleditstyle').style.display = "none"; $rootScope.shapestyleOpacity = $("#" + id).css('opacity'); - $rootScope.shapestyleFillColor = $("#" + id).parent().css('background-color'); + $rootScope.shapestyleFillColor = $("#" + id).css('background-color'); $rootScope.shapestyleborderColor = $("#" + id).parent().css("border-top-color"); $rootScope.shapestyleborderWidthSeparatingPixel = $("#" + id).parent().css("border-top-width"); var pixelSeparation = $rootScope.shapestyleborderWidthSeparatingPixel; diff --git a/400-SOURCECODE/AIAHTML5.Web/content/images/blank-shapes.png b/400-SOURCECODE/AIAHTML5.Web/content/images/blank-shapes.png new file mode 100644 index 0000000..29f71f5 --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/content/images/blank-shapes.png diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index aa48dd8..2eb8138 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -839,9 +839,14 @@