scale layer output, faster data copy with slider
This commit is contained in:
parent
c2361b2299
commit
e0f3f7acc7
3 changed files with 18 additions and 7 deletions
|
|
@ -19,5 +19,5 @@
|
|||
|
||||
<div class="print-sel">
|
||||
<canvas id="print-canvas" width="2560" height="1440"></canvas>
|
||||
<input id="print-range" type="range" width="100%">
|
||||
<input id="print-range" type="range">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -270,6 +270,9 @@ input[type=range]::-moz-focus-outer {
|
|||
.print-sel th {
|
||||
text-align: right !important;
|
||||
}
|
||||
#print-range {
|
||||
width: 90%;
|
||||
}
|
||||
#print .print-sel:hover {
|
||||
border: 1px solid #555;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue