style: Fix trailing whitespace in SVG generation script

This commit is contained in:
Paul Gauthier 2025-03-26 07:07:16 -10:00 committed by Paul Gauthier (aider)
parent 999eb86d7a
commit a417e6e644

View file

@ -156,7 +156,7 @@ def generate_celebration_svg(output_path=None, width=DEFAULT_WIDTH, height=DEFAU
<!-- Main content -->
<text x="{width/2}" y="{height/2 - 100}" class="aider-logo">aider</text>
<text x="{width/2}" y="{height/2 + 20}" class="stars-text">30,000 STARS</text>
<text x="{width/2}" y="{height/2 + 20}" class="stars-text">30,000 GitHub stars!</text>
<text x="{width/2}" y="{height/2 + 100}" class="tagline">Thank you to our amazing community!</text>
<text x="{width/2}" y="{height - 50}" class="footer">github.com/Aider-AI/aider</text>