1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #4087 from brendandahl/analyzer

Label ref test analyzer images.
This commit is contained in:
Yury Delendik 2014-01-08 07:24:03 -08:00
commit ec01f6734f

View file

@ -538,8 +538,8 @@ window.addEventListener('keydown', function keydown(event) {
<table>
<tbody>
<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>Image 2:</th><td id="pix2rgb"></td><td id="pix2hex"></td></tr>
<tr><th>Reference:</th><td id="pix1rgb"></td><td id="pix1hex"></td></tr>
<tr><th>Test:</th><td id="pix2rgb"></td><td id="pix2hex"></td></tr>
</tbody>
</table>
<div>
@ -563,8 +563,8 @@ window.addEventListener('keydown', function keydown(event) {
<div id="itemlist"></div>
<div id="images" style="display:none">
<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="1" onchange="show_image(2)" />Image 2</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)" />Test</label>
<label><input type="checkbox" onchange="show_differences(this)" />Circle differences</label>
</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">