aboutsummaryrefslogtreecommitdiff
path: root/app/js/directives.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/js/directives.js')
-rw-r--r--app/js/directives.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/js/directives.js b/app/js/directives.js
index a22d340..a367920 100644
--- a/app/js/directives.js
+++ b/app/js/directives.js
@@ -53,7 +53,7 @@ app.directive('pgLine', function () {
var points = Array();
// When the mouse is released, simplify it:
- path.simplify(1);
+ path.simplify(10);
for(var i=0; i<path._segments.length; i++)
{