Skip to content

Commit

Permalink
demo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubfiala committed Sep 12, 2021
1 parent fab4836 commit 69f5f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1>atrament.js</h1>
</button>
<br />
<label>Record</label><br />
<input id="recordButton" type="button" value="Record a stroke" onclick="recordAStroke()"/><input id="playButton" type="button" value="Draw the recorded stroke" style="display:none" onclick="play()"/><br />
<input id="recordButton" type="button" value="Record a stroke" onclick="recordAStroke()"/><input id="playButton" type="button" value="Draw the recorded stroke" style="display:none" onclick="playRecorded()"/><br />
<label>Thickness</label><br />
<input
type="range"
Expand Down

0 comments on commit 69f5f5e

Please sign in to comment.