mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
better svgs
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user