-
Notifications
You must be signed in to change notification settings - Fork 28
Tweak logo ASCII art for markdown rendering #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9b0b81a to
320f12a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
5c0bf70 to
9c14a2c
Compare
This converts README logo from inline HTML <pre> block to PNG image for better rendering consistency across platforms. It adds automated logo generation script using ImageMagick with Intel One Mono font. - README.md: Replace <pre> with <img> tag, move ASCII art to comment - scripts/generate-logo.sh: Automated PNG generation with font fallback
Linmo CI Test ResultsOverall Status: ✅ passed Toolchain Results
Application Tests
Functional Test Details
Report generated from |
Linmo CI Test ResultsOverall Status: ✅ passed Toolchain Results
Application Tests
Functional Test Details
Report generated from |
Linmo CI Test ResultsOverall Status: ✅ passed Toolchain Results
Application Tests
Functional Test Details
Report generated from |
Overview
Replace inline ASCII art with a generated PNG logo for consistent rendering across different markdown viewers and platforms.
Problem
The original inline ASCII art logo in README.md had several issues:
Solution
Convert to PNG image with automated generation:
Documentation/logo.png(753×299, 5.7KB)scripts/generate-logo.shwith:<pre>with<img>tag, preserve ASCII art in comment for regenerationTechnical Details
Logo Generation Parameters
Script Features
--helpoption with usage examplesUsage
Benefits
Files Changed
README.md: Replace inline ASCII with image referenceDocumentation/logo.png: Generated logo imagescripts/generate-logo.sh: Automated generation script (212 lines)Testing
Tested with:
The logo displays correctly in GitHub markdown viewer with proper Unicode box drawing character rendering.