mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
feat: Make SVG logo blur effect more transparent
This commit is contained in:
parent
d8ed90a2c0
commit
022bf4bdcc
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ def generate_svg_with_embedded_font(font_path, text="aider", color="#14b014", ou
|
|||
<defs>
|
||||
<filter id="glow" x="-40%" y="-30%" width="180%" height="160%">
|
||||
<feGaussianBlur stdDeviation="5 1" result="blur" />
|
||||
<feComposite in="SourceGraphic" in2="blur" operator="over" />
|
||||
<feColorMatrix in="blur" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="lighter-blur"/>
|
||||
<feComposite in="SourceGraphic" in2="lighter-blur" operator="over" />
|
||||
</filter>
|
||||
</defs>
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue