Skip to content

Commit

Permalink
examples: fix XYZ ranges in html
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Oct 16, 2024
1 parent 883a382 commit fd58194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/lib/colorspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ <h1>Color Space Converter</h1>
</div>
<div id="xyz">
<label><code>XYZ:</code></label>
<input type="number" id="xyz-x" min="0" max="360" step="0.1" value="0">
<input type="number" id="xyz-x" min="0" max="95.050" step="0.1" value="0">
<input type="number" id="xyz-y" min="0" max="100" step="0.1" value="0">
<input type="number" id="xyz-z" min="0" max="100" step="0.1" value="0">
<input type="number" id="xyz-z" min="0" max="108.900" step="0.1" value="0">
</div>
<div id="lab">
<label><code>LAB:</code></label>
Expand Down

0 comments on commit fd58194

Please sign in to comment.