From 5f85df4d192db499fba82f976dcf079e5bcf270b Mon Sep 17 00:00:00 2001 From: "Dr.Blank" <64108942+Dr-Blank@users.noreply.github.com> Date: Sat, 19 Apr 2025 19:17:01 +0530 Subject: [PATCH] add SVG conversion instructions and vaani_logo.svg file --- docs/images_and_logos.md | 8 ++++++++ images/vaani_logo.svg | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 docs/images_and_logos.md create mode 100644 images/vaani_logo.svg 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