Label ref test analyzer images.

This commit is contained in:
Brendan Dahl 2014-01-07 16:11:29 -08:00
parent c1c15ac635
commit fd139324ef

View File

@ -538,8 +538,8 @@ window.addEventListener('keydown', function keydown(event) {
<table> <table>
<tbody> <tbody>
<tr><th>Pixel at:</th><td colspan="2" id="coords"/></tr> <tr><th>Pixel at:</th><td colspan="2" id="coords"/></tr>
<tr><th>Image 1:</th><td id="pix1rgb"></td><td id="pix1hex"></td></tr> <tr><th>Reference:</th><td id="pix1rgb"></td><td id="pix1hex"></td></tr>
<tr><th>Image 2:</th><td id="pix2rgb"></td><td id="pix2hex"></td></tr> <tr><th>Test:</th><td id="pix2rgb"></td><td id="pix2hex"></td></tr>
</tbody> </tbody>
</table> </table>
<div> <div>
@ -563,8 +563,8 @@ window.addEventListener('keydown', function keydown(event) {
<div id="itemlist"></div> <div id="itemlist"></div>
<div id="images" style="display:none"> <div id="images" style="display:none">
<form id="imgcontrols"> <form id="imgcontrols">
<label><input type="radio" name="which" value="0" onchange="show_image(1)" checked="checked" />Image 1</label> <label><input type="radio" name="which" value="0" onchange="show_image(1)" checked="checked" />Reference</label>
<label><input type="radio" name="which" value="1" onchange="show_image(2)" />Image 2</label> <label><input type="radio" name="which" value="1" onchange="show_image(2)" />Test</label>
<label><input type="checkbox" onchange="show_differences(this)" />Circle differences</label> <label><input type="checkbox" onchange="show_differences(this)" />Circle differences</label>
</form> </form>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="800px" height="1000px" viewbox="0 0 800 1000" id="svg"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="800px" height="1000px" viewbox="0 0 800 1000" id="svg">