diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-16 20:19:49 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-16 20:19:49 +0200 |
commit | 8687358d97f318518d0abeeed23f8ce2c8c5a81c (patch) | |
tree | b2257869ff61d7132cd0094d7259611e01cf28a3 /README.md | |
parent | 0a0a57218bf2b37a483179530f1544370569d12d (diff) | |
download | svg.js-8687358d97f318518d0abeeed23f8ce2c8c5a81c.tar.gz svg.js-8687358d97f318518d0abeeed23f8ce2c8c5a81c.zip |
added donate button
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -8,6 +8,19 @@ Svg.js is licensed under the terms of the MIT License. Want to know more? Check the [documentation](http://documentup.com/wout/SVG.js). +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> + <input type="hidden" name="cmd" value="_donations"> + <input type="hidden" name="business" value="pay@woutfierens.com"> + <input type="hidden" name="lc" value="US"> + <input type="hidden" name="item_name" value="SVG.JS"> + <input type="hidden" name="no_note" value="0"> + <input type="hidden" name="currency_code" value="EUR"> + <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_74x21.png:NonHostedGuest"> + <input type="image" src="https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_74x21.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> + <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> +</form> + + ## Usage ### Create an SVG document |