From 52deae45bc2891f26070684fe3fda94c26dd37c1 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 20 Oct 2025 05:54:11 +0000 Subject: Remove undefined logo SVG gradient This removes a gradient that apparently doesn't exist, which causes issues with some SVG rasterizers. Closes #8706. --- CHANGELOG.md | 4 ++++ extra/logo/alacritty-simple.svg | 5 ++--- extra/logo/alacritty-term+scanlines.svg | 10 ++++------ extra/logo/alacritty-term.svg | 2 +- extra/logo/compat/alacritty-simple.svg | 3 +-- extra/logo/compat/alacritty-term+scanlines.svg | 8 +++----- extra/logo/compat/alacritty-term.svg | 3 +-- 7 files changed, 16 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd76e332..637e6881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Notable changes to the `alacritty_terminal` crate are documented in its ## 0.17.0-dev +### Packaging + +- Fixed invalid logo SVG attributes + ### Changed - Don't highlight hints on hover when the mouse cursor is hidden diff --git a/extra/logo/alacritty-simple.svg b/extra/logo/alacritty-simple.svg index 1896902e..f31cd991 100644 --- a/extra/logo/alacritty-simple.svg +++ b/extra/logo/alacritty-simple.svg @@ -289,7 +289,6 @@ transform="translate(-16,35.820639)" sodipodi:insensitive="true"> \ No newline at end of file + sodipodi:nodetypes="cccc" /> diff --git a/extra/logo/alacritty-term+scanlines.svg b/extra/logo/alacritty-term+scanlines.svg index 151a38dd..e4695a84 100644 --- a/extra/logo/alacritty-term+scanlines.svg +++ b/extra/logo/alacritty-term+scanlines.svg @@ -489,7 +489,6 @@ sodipodi:insensitive="true"> \ No newline at end of file + style="fill:none;stroke:#000000;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1.41420996;stroke-dasharray:none;stroke-opacity:1" /> diff --git a/extra/logo/alacritty-term.svg b/extra/logo/alacritty-term.svg index 9798a3df..332ca312 100644 --- a/extra/logo/alacritty-term.svg +++ b/extra/logo/alacritty-term.svg @@ -432,7 +432,7 @@ inkscape:connector-curvature="0" id="path5336" d="m 44.673625,-23.161141 h 6.65275 L 66.05747,13.39925 H 59.879914 L 48,-14.524464 36.120086,13.39925 H 29.94253 Z" - style="clip-rule:evenodd;fill:url(#linearGradient11006);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10962);stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1.41420996;stroke-dasharray:none;stroke-opacity:1" /> + style="clip-rule:evenodd;fill:url(#linearGradient11006);fill-opacity:1;fill-rule:evenodd;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1.41420996;stroke-dasharray:none;stroke-opacity:1" /> diff --git a/extra/logo/compat/alacritty-term+scanlines.svg b/extra/logo/compat/alacritty-term+scanlines.svg index 3adcb7e0..7278f4dc 100644 --- a/extra/logo/compat/alacritty-term+scanlines.svg +++ b/extra/logo/compat/alacritty-term+scanlines.svg @@ -461,7 +461,6 @@ transform="translate(-16,35.820639)" sodipodi:insensitive="true"> + style="clip-rule:evenodd;fill:url(#linearGradient11006);fill-opacity:1;fill-rule:evenodd;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1.41420996;stroke-dasharray:none;stroke-opacity:1" /> -- cgit