From 9018e48bbf8ed6faa9a22a1f74a8fb8a60556754 Mon Sep 17 00:00:00 2001 From: Frederic Date: Mon, 22 Apr 2019 14:17:00 +0200 Subject: [PATCH] fix PaperScriptism --- chaostest/connected-lines.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chaostest/connected-lines.js b/chaostest/connected-lines.js index 3ebdcfc..50350e4 100644 --- a/chaostest/connected-lines.js +++ b/chaostest/connected-lines.js @@ -1,8 +1,8 @@ function connected_lines_get_rnd_params() { return { - start: new Point(Math.random(), Math.random()), - offs: new Point(0.05, 0.05), + start: new paper.Point(Math.random(), Math.random()), + offs: new paper.Point(0.05, 0.05), num_steps: 5, }; }