Skip to content

Commit

Permalink
Fixed input label
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Nov 24, 2015
1 parent df34a98 commit da9deed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/twirl.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</g>
</svg>
<div>
<label for="input-twirl">Brush size:</label>
<label for="input-twirl">Twirl:</label>
<input id="input-twirl" type="range" min="-25" max="25" value="0" step="0.1">
</div>
<script src="../dist/dvg.min.js"></script>
Expand Down

0 comments on commit da9deed

Please sign in to comment.