Skip to content

Commit aa41446

Browse files
authored
Merge pull request #15541 from meeseeksmachine/auto-backport-of-pr-15533-on-v3.2.x
Backport PR #15533 on branch v3.2.x (Use svg instead of png for website logo)
2 parents f53f5e9 + 1e43606 commit aa41446

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/_static/logo2_compressed.svg

Lines changed: 1 addition & 0 deletions
Loading

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{%- else %}
3737
<a href="{{ pathto('index') }}">
3838
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version {{ version|e }}</span></div>
39-
<img src="{{pathto("_static/logo2.png", 1) }}" height="125px" border="0" alt="matplotlib"/></a>
39+
<img src="{{pathto("_static/logo2_compressed.svg", 1) }}" height="125px" border="0" alt="matplotlib"/></a>
4040
{%- endif %}
4141

4242
<!-- The "Fork me on github" ribbon -->

0 commit comments

Comments
 (0)