view light9/web/paint/index.html @ 1573:20f48a0e7135

hover mode shows best match Ignore-this: 3b25ed8ebb8e6be38a3afa0d077e78ba
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 28 May 2017 09:05:37 +0000
parents 654c41ccf265
children
line wrap: on
line source

<!doctype html>
<html>
  <head>
    <title>paint</title>
    <meta charset="utf-8" />
    <script src="/lib/webcomponentsjs/webcomponents-lite.min.js"></script>
    <link rel="stylesheet"  href="/style.css">
    <link rel="import" href="paint-elements.html">
    <meta name="viewport" content="user-scalable=no, width=1000, initial-scale=.5" />
    <style>
     body {
         position: relative;
         height: 500px;
     }
    </style>
  </head>
  <body>
    <light9-paint style="position: absolute; left: 0px; top: 0px; width: 1000px; height: 500px">
    </light9-paint>


  </body>
</html>