[fix] Update stamps

This commit is contained in:
Alban 2019-12-01 00:39:58 +01:00
parent be8354b535
commit 1e61bf73a9
8 changed files with 7 additions and 74 deletions

View File

@ -139,12 +139,6 @@ dd{
</select>
</dd>
<!--
<dt>
<label>a stamp of your own?</label>
</dt>
<dd>
<input class=btn type="file" id="custompicture" />
</dd>
<dt>
<label>now shine</label>
</dt>
@ -186,6 +180,12 @@ dd{
<button class=btn type="submit">build</button>
</form>
</dd>
<dt>
<label>a stamp of your own?</label>
</dt>
<dd>
<input class=btn type="file" id="custompicture" />
</dd>
</dl>
</div>
</div>
@ -233,7 +233,6 @@ document.getElementById("stamps").addEventListener("change", function(){
updateCanvas(this.value);
}, false);
/*
// When the user clicks on upload a custom picture
document.getElementById('custompicture').addEventListener("change", function(e){
var reader = new FileReader();
@ -256,7 +255,7 @@ if(e.target.files[0]){
reader.readAsDataURL(e.target.files[0]);
}
}, false);
*/
// When the user selects a picture that has been added and press the DEL key
// The object will be removed !
document.addEventListener("keydown", function(e) {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB