better svgs

This commit is contained in:
Kyle
2020-10-22 21:09:50 -07:00
parent 4435580473
commit 5c74232df0
2 changed files with 20 additions and 1 deletions

View File

@@ -175,7 +175,7 @@
<div class="autoGrid">
<input type="file" accept="image/*" onchange="uploadImage(event, watermark)" placeholder="Via File Upload">
<input type="text" placeholder="Via URL" onchange="watermark.src = 'https://cors-anywhere.herokuapp.com/' + this.value">
<input type="text" placeholder="Via Set Code" onchange="watermark.src = 'https://cors-anywhere.herokuapp.com/http://gatherer.wizards.com/Handlers/Image.ashx?type=symbol&set=' + this.value + '&size=large'">
<input type="text" placeholder="Via Set Code" onchange="cropSVG(this.value, watermark)">
<select id="inputWatermarkPrimary" onchange="watermarkUpdated()">
<option value="none">None</option>
<option value="default">Default</option>