Add Higress artwork#650
Open
johnlanni wants to merge 1 commit into
Open
Conversation
Add Higress project logos (horizontal and icon) in color, black, and white variants for both PNG and SVG formats. SVGs cleaned of non-ASCII identifiers; PNGs rendered with rsvg-convert. A stacked layout is not yet available upstream and will be contributed in a follow-up PR. Ref: cncf/sandbox#481 Signed-off-by: johnlanni <zty98751@alibaba-inc.com> Made-with: Cursor
35 tasks
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds Higress (CNCF sandbox) logo assets and links them from the repository’s examples and index so they’re discoverable alongside other sandbox project artwork.
Changes:
- Added Higress logo SVGs for icon + horizontal layouts in color/black/white variants.
- Added a “Higress Logos” section to
examples/sandbox_a-j.mdwith PNG + SVG previews. - Added an A–Z ordered README link to the new Higress examples section.
Reviewed changes
Copilot reviewed 2 out of 14 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| projects/higress/icon/white/higress-icon-white.svg | Adds white icon SVG asset |
| projects/higress/icon/color/higress-icon-color.svg | Adds color icon SVG asset |
| projects/higress/icon/black/higress-icon-black.svg | Adds black icon SVG asset |
| projects/higress/horizontal/white/higress-horizontal-white.svg | Adds white horizontal SVG asset |
| projects/higress/horizontal/color/higress-horizontal-color.svg | Adds color horizontal SVG asset |
| projects/higress/horizontal/black/higress-horizontal-black.svg | Adds black horizontal SVG asset |
| examples/sandbox_a-j.md | Adds Higress logo preview table in examples |
| README.md | Adds README link to Higress examples anchor |
riaankleinhans
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pre-submission checklist
examples/sandbox_a-j.md) is updated with a section for the logos added, in A-Z order (between Hexa and HolmesGPT).README.md, in A-Z order.Add Higress (sandbox) project logos in horizontal and icon layouts, each
in color, black, and white variants, for both PNG and SVG formats.
The source SVGs were cleaned to remove non-ASCII identifiers; PNGs were
rendered with
rsvg-convert. SVGs can be re-tested throughhttps://autocrop.cncf.io as needed.
A stacked layout is not yet provided upstream by the project; it will be
contributed in a follow-up PR once the asset is finalized.
Ref: cncf/sandbox#481
Made with Cursor