Skip to content
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

SVG logo #95

Closed
nstringham opened this issue Oct 6, 2020 · 0 comments · Fixed by #126
Closed

SVG logo #95

nstringham opened this issue Oct 6, 2020 · 0 comments · Fixed by #126

Comments

@nstringham
Copy link
Contributor

I think that /resources/img/logo_square.png should be replaced by an SVG this should make it easier to add themes and also cut down on file size while increasing quality.

I have made an SVG version of the logo for the Default Theme but it can easily be changed by modifying the fill property on line 3

<svg width="120" height="120" xmlns="http://www.w3.org/2000/svg">
    <title>SkyCrypt Logo</title>
    <rect rx="16" height="120" width="120" y="0" x="0" fill="#0bda51"/>
    <g fill="#ffffff">
        <rect rx="4" height="28" width="19" y="69" x="22"/>
        <rect rx="4" height="75" width="19" y="22" x="50"/>
        <rect rx="4" height="47" width="19" y="50" x="79"/>
    </g>
</svg>

I'll make a PR if people think this is good idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant