diff --git a/docs/images_and_logos.md b/docs/images_and_logos.md new file mode 100644 index 0000000..55dd562 --- /dev/null +++ b/docs/images_and_logos.md @@ -0,0 +1,8 @@ +this is how i converted my png to svg + +`convert -background White vaani_logo.png vaani_logo.pbm` + + +`potrace -b svg -i vaani_logo.pbm -o vaani_logo.svg` + +`-i` flag was needed so that it took white as the svgs and black as background \ No newline at end of file diff --git a/images/vaani_logo.svg b/images/vaani_logo.svg new file mode 100644 index 0000000..6c79c5a --- /dev/null +++ b/images/vaani_logo.svg @@ -0,0 +1,36 @@ + + + + + Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + + + + + + + + + \ No newline at end of file