From ee42606d30788e0f4f8cb830cafbf2e1d425f50b Mon Sep 17 00:00:00 2001 From: Insanepoet Date: Sun, 14 Sep 2025 20:23:49 -0400 Subject: [PATCH 1/2] SVG's added of logo/icon Traced huntarr-logo.png using Inkscape, generating two optimized SVG variants: - Gold Gradient: Closely matches the original image's appearance. - Single Color: Uses a linearGradient with id="singlecolor"; the color can be easily modified via CSS. Both SVGs have been optimized to reduce complexity and improve load times. --- docs/images/svg/huntarr-logo-singlecolor.svg | 21 ++++++++ docs/images/svg/huntarr-logo.svg | 52 ++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 docs/images/svg/huntarr-logo-singlecolor.svg create mode 100644 docs/images/svg/huntarr-logo.svg diff --git a/docs/images/svg/huntarr-logo-singlecolor.svg b/docs/images/svg/huntarr-logo-singlecolor.svg new file mode 100644 index 00000000..81a9ecad --- /dev/null +++ b/docs/images/svg/huntarr-logo-singlecolor.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/images/svg/huntarr-logo.svg b/docs/images/svg/huntarr-logo.svg new file mode 100644 index 00000000..51559ce2 --- /dev/null +++ b/docs/images/svg/huntarr-logo.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From ac08b10d25aa089f719eee5fe28b26f186c27386 Mon Sep 17 00:00:00 2001 From: Insanepoet Date: Sun, 14 Sep 2025 20:28:42 -0400 Subject: [PATCH 2/2] Update huntarr-logo-singlecolor.svg Modified single color id to alleviate potential conflicts. singlecolor -> huntarrlogocolor --- docs/images/svg/huntarr-logo-singlecolor.svg | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/images/svg/huntarr-logo-singlecolor.svg b/docs/images/svg/huntarr-logo-singlecolor.svg index 81a9ecad..ecd175e2 100644 --- a/docs/images/svg/huntarr-logo-singlecolor.svg +++ b/docs/images/svg/huntarr-logo-singlecolor.svg @@ -1,21 +1,21 @@ - + - + - - - - - - - - + + + + + + + + - + \ No newline at end of file