docs(examples): SVG icon gallery - 34 real-world multicolour icons via SvgIcon#176
Merged
Conversation
…a SvgIcon New SvgIconGalleryExample (features/svg, new 'SVG Import' showcase group): a 5-column captioned grid of 34 svgrepo icons (fruit, UI, objects - up to 19 layers each) read by SvgIcon.parse from committed .svg resources (156 KB total) and placed with addSvgIcon. Triage of the whole set against the beta reader: 38/38 files parsed with zero failures. The rendered sheet is a single 65 KB page - the strongest real-world evidence the icon subset covers practice. Icon artwork from svgrepo.com (licence per icon page, attributed in the example Javadoc).
This was referenced Jun 12, 2026
Merged
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.
What
Stacked on #173. The real-world proof sheet for the beta SVG reader:
SvgIconGalleryExample(newfeatures/svgcategory → "SVG Import" showcase group): a 5-column captioned grid of all 34 requested svgrepo icons — fruit, UI, objects, up to 19 layers each — read bySvgIcon.parsefrom committed.svgresources and placed withaddSvgIcon(icon, 50).The Feature-Catalog icon block intentionally does NOT land here —
feature-catalog.pdfis already modified by the open #175, and a parallel binary edit would guarantee a merge conflict. It goes into the consolidated catalog PR right after the queue merges.Verification
Gallery generated end-to-end and eyeballed: colours, layer order and shapes all correct across the full grid. Full gate:
./mvnw verify -pl .— 1287 tests, 0 failures, BUILD SUCCESS.