Bug #38699
Replace text logos with ASCII art
Seen in:
Severity:
Low Medium
Reason for Closing:
Reason for Blocked:
Needs QA:
No
Needs Doc:
No
Needs Merging:
No
Needs Automation:
No
Support Suite Ticket:
n/a
Hardware Configuration:
ChangeLog Required:
No
Description
Now that the artwork is visible in the loader menu, it's clear the text logo should not be the same as the brand. Use an ASCII art generator to create new logo art based on the actual logos.
Associated revisions
Replace text logo with ascii art
I used the logo SVG from the webui assets folder, cleaned up the
document a bit, exported to PNG with Inkscape, and converted the image
to text with https://www.text-image.com/convert/ascii.html
The generated text needed a bit of cleanup, then it was run through a
Python script to turn it into Forth code:
https://gist.github.com/freqlabs/02e66c6d676cd156bc60facf9b6e879e
Also fixed a comment and whitespace in the brand artwork.
Ticket: #38699
History
#1
Updated by Bug Clerk over 2 years ago
- Status changed from Unscreened to In Progress
#2
Updated by Bug Clerk over 2 years ago
- Status changed from In Progress to Ready for Testing
#3
Updated by Ryan Moeller over 2 years ago
- Target version changed from Backlog to 11.2-BETA2
- Severity changed from New to Low Medium
#4
Updated by Ryan Moeller over 2 years ago
Acceptance Criteria
The loader menus should look something like the attached image now (modulo font).
#5
Updated by Dru Lavigne over 2 years ago
- Needs Merging changed from Yes to No
#6
Updated by Bonnie Follweiler over 2 years ago
Test Passed for FreeNAS in FreeNAS-11.2-MASTER-201807190857
(Build Date: Jul 19, 2018 12:3)
#7
Updated by Bonnie Follweiler over 2 years ago
- Needs QA changed from Yes to No
#8
Updated by Bonnie Follweiler over 2 years ago
- Status changed from Ready for Testing to Passed Testing
#10
Updated by Dru Lavigne over 2 years ago
- Status changed from Passed Testing to Done
- Needs Doc changed from Yes to No
Legacy UI doc PR: https://github.com/freenas/freenas-docs/pull/226
New UI doc PR: https://github.com/freenas/freenas-docs/pull/227