Skip to content

Commit

Permalink
Specify the line_width property
Browse files Browse the repository at this point in the history
  • Loading branch information
kurokida committed Sep 12, 2022
1 parent c475b32 commit c9338fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion psychophysics-demos/lines.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
startY: 400,
angle: 45,
line_length: 200,
line_width: 4,
line_color: 'black', // You can use the HTML color name instead of the HEX color.
show_start_time: 500, // ms after the start of the trial
endX: 300,
Expand All @@ -50,7 +51,8 @@
x1: 300,
y1: 200,
x2: 200,
y2: 400,
y2: 400,
line_width: 6,
line_color: 'red', // You can use the HTML color name instead of the HEX color.
show_start_time: 1000, // ms after the start of the trial
vert_pix_frame: 5,
Expand Down

0 comments on commit c9338fe

Please sign in to comment.