This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="main"> | |
| <div class="display" id="display1">0</div> | |
| <div class="sliders" id="slider1"></div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/0.4.1/html2canvas.min.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.4.1/jspdf.min.js"></script> | |
| <button onclick="test1()">PPPPDDDDFFFFF!!!!!!</button> | |
| <!-- background:whiteを指定しないと背景が透過して黒塗りになってしまうので注意 --> | |
| <div id = "target" style="background:white; border:solid 1px #f0a"> | |
| うゐのおくやまけふこえてあさきゆめみしゑひもせす | |
| <h1>あいうえ</h1> | |
| <h2>あいうえ</h2> | |
| <h3>あいうえ</h3> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if(dir.isValidIndex(dirIdx)){ | |
| client.drawSubsection( 0, 0, 620, 415, (1280-1075)/2, 0, 1075 ,720); | |
| client.drawSubsection( 0, 416, 620, 415, (1280-1075)/2, 0, 1075 ,720); | |
| client.drawSubsection( 0, 836, 1040, 210, 0, (720-258)/2, 1280 ,258); | |
| client.drawSubsection(671, 0, 840, 520, (1280-1163)/2, 0, 1163 ,720); | |
| } |