Skip to content

Commit 7830e26

Browse files
jklymaktacaswell
authored andcommitted
Merge pull request #15533 from timhoffm/svg-logo
Use svg instead of png for website logo Conflicts: doc/_templates/layout.html - git is having trouble patching html
1 parent e38fc16 commit 7830e26

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
@@ -190,7 +190,7 @@ <h3>{{ _('Navigation') }}</h3>
190190
{%- else %}
191191
<a href="{{ pathto('index') }}">
192192
<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>
193-
<img src="{{pathto("_static/logo2.png", 1) }}" height="125px" border="0" alt="matplotlib"/></a>
193+
<img src="{{pathto("_static/logo2_compressed.svg", 1) }}" height="125px" border="0" alt="matplotlib"/></a>
194194
{%- endif %}
195195

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

0 commit comments

Comments
 (0)