phpinfo: Update PHP logo to php.net SVG logo #20204
Open
+14
−13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://php.net now has a shiny SVG logo that looks crisp and modern, but the logo embeded in the
phpinfo()
HTML output is still the old 121px wide low-fidelty PNG.This updates the logo to the SVG logo, embeded in an
<svg>
tag.For the Easter egg logo, the elephant PNG is stripped from the old easter egg PNG file, and placed with CSS positioning so it sits on top of the new SVG logo, which renders it as if the elephant is on top of the PHP logo just as before.For the Easter egg logo, I extracted it from this source, resized it to 121px (to match the same size as before) with #9999cc matte, base64 encoded, and add a bit of CSS so the ElePHPant looks expanded from the container. The new ElePHPant has the full legs and the tail. Thank you @mvorisek for the links and the mockup.
Further, the header text color is changed to white to match the php.net styling.
Size comparison:
Screenshots: