From 69c8a2786ba844a536208b21769af261a35d8641 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 11 May 2014 13:25:51 +0200 Subject: add graphing --- app/js/directives.js | 6 +----- 1 file changed, 1 insertion(+), 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) { -- cgit v1.2.3