aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-05-11 13:26:47 +0200
committerJakob Odersky <jodersky@gmail.com>2014-05-11 13:26:47 +0200
commitc72bbddb51ce89d26854a135f6760fc32e60c6da (patch)
tree8db769d9524240bed94b1fe002fbcd56d9f093f7
parentb6cd744f3e9e5854236d3afb2a80ffb8b97b1110 (diff)
parent69c8a2786ba844a536208b21769af261a35d8641 (diff)
downloadplayGraph-c72bbddb51ce89d26854a135f6760fc32e60c6da.tar.gz
playGraph-c72bbddb51ce89d26854a135f6760fc32e60c6da.tar.bz2
playGraph-c72bbddb51ce89d26854a135f6760fc32e60c6da.zip
Merge branch 'jodersky'
-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) {