-
-
Save karthilxg/5624116 to your computer and use it in GitHub Desktop.
SVG Tutorial
This file contains 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
<?xml version="1.0"?> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" | |
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> | |
<svg width="140" height="170"> | |
<title>Cat</title> | |
<desc>Stick Figure of a Cat</desc> | |
<!— the drawing will go here —> | |
<circle cx="70" cy="95" r="50" style="stroke: #5b100d; fill: none"/>; | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to create svg
i have png logo