Skip to content

Instantly share code, notes, and snippets.

@karthilxg
Created May 21, 2013 23:29
Show Gist options
  • Save karthilxg/5624116 to your computer and use it in GitHub Desktop.
Save karthilxg/5624116 to your computer and use it in GitHub Desktop.
SVG Tutorial
<?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>
@Lonestarconsulting
Copy link

how to create svg

i have png logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment