Commit ebd2a71
Use bundled SVG for the logo instead of a Wikimedia hotlink
The README and docs landing-page logo were hotlinked from
upload.wikimedia.org at a 220px thumbnail width. Wikimedia now rejects
hotlinked thumbnails at non-standard widths with HTTP 400, and 220px is not
on the permitted list (20, 40, 60, 120, 250, 330, 500, 960, 1280, 1920,
3840), so the logo no longer renders.
The same artwork is already bundled at docs/Chameleon.svg, so both <img>
tags now point at the local file. width='220' keeps the previous size; the
SVG's intrinsic width is ~170px.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a88437e commit ebd2a71
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments