Skip to content

Conversation

insanepoet
Copy link

@insanepoet insanepoet commented Sep 15, 2025

Pull Request: Add Optimized SVG Variants of huntarr-logo.png

This PR addresses issue #656 by tracing huntarr-logo.png using Inkscape and generating two optimized SVG variants:

  • huntarr-logo.svg
    Closely matches the appearance of the original PNG with a gold gradient, preserving its visual style.

  • huntarr-logo-singlecolor.svg
    Uses a linearGradient with id="huntarrlogocolor". The color is easily overridden via CSS for flexible theming.

Both SVG files have been through an optimization pass to reduce complexity and improve compatibility.

*Edited to correct the link to the issue

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.
Modified single color id to alleviate potential conflicts.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant