Skip to content

Commit

Permalink
Fixed test.html to only load tiff once one is chosen
Browse files Browse the repository at this point in the history
  • Loading branch information
city41 committed Nov 21, 2012
1 parent 80c9069 commit 9a9291f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
</script>
</head>
<body onload="prepareTIFF();">
<body>

<form name="tiff-parser" method="post" enctype="multipart/form-data" style="margin: 10% auto auto; text-align: center;">

Expand All @@ -42,7 +42,7 @@

</form>

<canvas id="tiff-image" style="display: block; max-width: 95%; margin: 2em auto; border: 1px dashed magenta; padding: 0px;"></canvas>
<canvas id="tiff-image" style="display: block; max-width: 95%; margin: 2em auto; border: 1px dashed magenta; padding: 0px; background-color: black"></canvas>

</body>
</html>
</html>

0 comments on commit 9a9291f

Please sign in to comment.