This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>myByways SVG to PNG Converter</title> | |
</head> | |
<body bgcolor="#E6E6FA"> | |
<h1><a href="https://about.me/john.theodoropoulos">Online SVG to PNG Converter</a></h1> | |
<p>(1).Paste your SVG code here</p> | |
<textarea id="t" rows="8" cols="70"></textarea><br/><br/> | |
<button id="l">(2).Load SVG</button><br/><br/> | |
<div id="d"></div><br/> |
OlderNewer