annotate light9/web/paint/index.html @ 1519:a225c32bd9c8

new svg paint UI Ignore-this: 11ce16de596585c08f9de5d2107c0eeb
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 12 Apr 2017 09:07:49 +0000
parents
children 1849713b0d73
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1519
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
1 <!doctype html>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
2 <html>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
3 <head>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
4 <title>paint</title>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
5 <meta charset="utf-8" />
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
6 <script src="/lib/webcomponentsjs/webcomponents-lite.min.js"></script>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
7 <link rel="import" href="paint-elements.html">
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
8 <meta name="viewport" content="user-scalable=no, width=1000, initial-scale=.5" />
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
9 <style>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
10 body {
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
11 position: relative;
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
12 height: 500px;
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
13 }
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
14 </style>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
15 </head>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
16 <body>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
17 <light9-paint style="position: absolute; left: 0px; top: 0px; width: 1000px; height: 500px">
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
18 </light9-paint>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
19 </body>
a225c32bd9c8 new svg paint UI
Drew Perttula <drewp@bigasterisk.com>
parents:
diff changeset
20 </html>