aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/js/directives.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/js/directives.js b/app/js/directives.js
index f8b8403..a22d340 100644
--- a/app/js/directives.js
+++ b/app/js/directives.js
@@ -32,9 +32,8 @@ app.directive('pgLine', function () {
// Create a new path and set its stroke color to black:
path = new paper.Path({
segments: [event.point],
- strokeColor: 'rgba(7,140,255,.5)',
+ strokeColor: 'rgba(7,140,255,.3)',
strokeWidth: 100,
- fullySelected: true,
strokeCap: 'round'
});
@@ -65,9 +64,6 @@ app.directive('pgLine', function () {
scope.$apply();
}
-
-
-
scope.$watch('list', function(newPoints) {
console.log("update");
if (newPoints) {