Changeset - 6e06a4955ef2
[Not reviewed]
default
0 1 1
drewp@bigasterisk.com - 8 years ago 2017-06-10 02:05:08
drewp@bigasterisk.com
update paint bg
Ignore-this: bce6e9e4717b5194c0991d9830000137
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/web/paint/bg3.jpg
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
light9/web/paint/paint-elements.html
Show inline comments
 
@@ -87,25 +87,25 @@
 
          </filter>
 
        </defs>
 
      </svg>
 
    </div>
 
  </template>
 
 
 
</dom-module>
 

	
 
<dom-module id="light9-paint">
 
  <template>
 
    <rdfdb-synced-graph graph="{{graph}}"></rdfdb-synced-graph>
 

	
 
    <light9-paint-canvas id="canvas" bg="bg2.jpg" painting="{{painting}}"></light9-paint-canvas>
 
    <light9-paint-canvas id="canvas" bg="bg3.jpg" painting="{{painting}}"></light9-paint-canvas>
 

	
 
    <iron-ajax id="solve" method="POST" url="../paintServer/solve" last-response="{{solve}}"></iron-ajax>
 

	
 
    <iron-ajax id="bestMatches" method="POST" url="../paintServer/bestMatches"></iron-ajax>
 
    
 
    <div>To collector: <light9-collector-client self="{{client}}"></light9-collector-client></div>
 

	
 
    <light9-simulation graph="{{graph}}" solution="{{solve}}" layers="{{layers}}"></light9-simulation>
 
  </template>
 
</dom-module>
 

	
 
<script src="/lib/N3.js-pull61/browser/n3-browser.js"></script>
0 comments (0 inline, 0 general)