Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ title: Drawing Lines
oneLineDescription: Draw with the mouse.
---

Click and drag the mouse to draw a line.
Click and drag the mouse to draw a line. (test commit please ignore)

This example demonstrates the use of several built-in
variables.
variables.
<a href="https://p5js.org/reference/p5/mouseX">mouseX</a>
and
<a href="https://p5js.org/reference/p5/mouseY">mouseY</a>
Expand All @@ -20,4 +20,5 @@ and
*
This example also shows the use of
<a href="https://p5js.org/reference/p5/colorMode">colorMode</a> with HSB
(hue-saturation-brightness), so that the first variable sets the hue.

(hue-saturation-brightness), so that the first variable sets the hue.