Files @ 5da62d53e12f
Branch filter:

Location: light9/light9/web/paint/index.html

Drew Perttula
turn inlineattrs back on
Ignore-this: f8e015224d2882ba2dbb54d1d6234fe7
<!doctype html>
<html>
  <head>
    <title>paint</title>
    <meta charset="utf-8" />
    <script src="/lib/webcomponentsjs/webcomponents-lite.min.js"></script>
    <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>