From c8f6576cd78863f07888a70e3ea72fe4780feb71 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 20 Mar 2025 07:54:02 -0700 Subject: [PATCH] feat: Add glow effect to SVG logo using Gaussian blur filter --- scripts/logo_svg.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/logo_svg.py b/scripts/logo_svg.py index 1c7c105b7..a03b32464 100755 --- a/scripts/logo_svg.py +++ b/scripts/logo_svg.py @@ -37,9 +37,15 @@ def generate_svg_with_embedded_font(font_path, text="aider", color="#14b014", ou text_x = width / 2 # Center point of the SVG width text_y = height * 0.62 # Center point of the SVG height - # Create the SVG with embedded font + # Create the SVG with embedded font and glow effect svg = f""" + + + + + + {text}