OLD | NEW |
1 | 1 <section id="content"> |
2 <section id=content> | |
3 | 2 |
4 <template id="sourcesTemplate"> | 3 <template id="sourcesTemplate"> |
5 <button id="" class=source><img width=64 height=64 src=''></button> | 4 <button id="" class=source><img width=64 height=64 src=""></button> |
6 </template> | 5 </template> |
7 | 6 |
8 <div id="inputBitmapEnable"> | 7 <div id="inputBitmapEnable"> |
9 <input type="checkbox" id="enableSource" data-id="{{.Source}}"> | 8 <input type="checkbox" id="enableSource" data-id="{{.Source}}"> |
10 <label for="enableSource">Use an input bitmap</label> | 9 <label for="enableSource">Use an input bitmap</label> |
11 </div> | 10 </div> |
12 | 11 |
13 <button id="selectedSource"></button> | 12 <button id="selectedSource"></button> |
14 | 13 |
15 <pre id="sourceCode">SkBitmap source;</pre> | 14 <pre id="sourceCode">SkBitmap source;</pre> |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 <img touch-action='none' class='zoom' id='img' src='{{if .Hash}}/i/{{.Hash}}.
png{{end}}'/> | 55 <img touch-action='none' class='zoom' id='img' src='{{if .Hash}}/i/{{.Hash}}.
png{{end}}'/> |
57 </p> | 56 </p> |
58 <p id='zoomHex'></p> | 57 <p id='zoomHex'></p> |
59 | 58 |
60 <h2>Warnings and Errors</h2> | 59 <h2>Warnings and Errors</h2> |
61 <pre id="output"></pre> | 60 <pre id="output"></pre> |
62 <h2>Runtime output</h2> | 61 <h2>Runtime output</h2> |
63 <pre id="stdout"></pre> | 62 <pre id="stdout"></pre> |
64 | 63 |
65 </section> | 64 </section> |
OLD | NEW |