Skip to content

Commit 1d54c0f

Browse files
committed
Use svg instead of png for website logo
1 parent fadc7fc commit 1d54c0f

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)