-
Notifications
You must be signed in to change notification settings - Fork 70
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
Logo SVG improvements #74
Comments
TechniqueBy setting up one of the arms of the pentacle as a symbol The pentacle group then became the basis for a By using the re-use system for the letters, I was able to reduce all the duplicate letters. (Everything in red here is a symbol, or re-used in a OutputThe results are encouraging.
After using SVGOMG (and comparing g-zipped):
Considerations:
|
I forgot to run it through svgomg? What a n00b. :) Pretty impressive work. How many hours did you spend? Please create a PR and I'll be happy to merge it any time. |
About 1-2 hours for the logo changes But most of that was learning. e.g.:
|
I noticed that the SVG logo does not render when JavaScript is disabled. It looks like the SVG’s “innards” are dynamically fetched at https://www.htmhell.dev/assets/logo.txt and injected into the Is this dependence on JavaScript necessary? Could the entire SVG code be located in an external SVG file and then added to the page as an image without the need for JavaScript? |
Hi @matuzo
I was looking at the HTMHell logo, and it looks like it could be improved by:
Let me know if this is OK, and I'll issue a PR.
-S
The text was updated successfully, but these errors were encountered: