1182414.html 353 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html class="reftest-print">
  3. <head>
  4. <meta charset="UTF-8">
  5. <style type="text/css">
  6. #menu { position: fixed; left: 0px; top: 0px; }
  7. </style>
  8. </head>
  9. <body>
  10. <svg id="canvas" width="2427" height="2295.5" version="1.1" xmlns="http://www.w3.org/2000/svg"></svg>
  11. <div id="menu">
  12. <input id="chooseSize" type="range">
  13. </div>
  14. </body>
  15. </html>