Browse Source

fix PaperScriptism

master
Fr3deric 5 years ago
parent
commit
9018e48bbf
  1. 4
      chaostest/connected-lines.js

4
chaostest/connected-lines.js

@ -1,8 +1,8 @@
function connected_lines_get_rnd_params() { function connected_lines_get_rnd_params() {
return { return {
start: new Point(Math.random(), Math.random()), start: new paper.Point(Math.random(), Math.random()),
offs: new Point(0.05, 0.05), offs: new paper.Point(0.05, 0.05),
num_steps: 5, num_steps: 5,
}; };
} }

Loading…
Cancel
Save