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

Inspector: Replace click.svg with png #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Johni0702
Copy link
Contributor

Elementa's SVG renderer only works on legacy OpenGL, so this button is invisible on modern versions.

This commit fixes that by baking the svg to png and using that instead.

Converted using ImageMagick (convert -density 1200 -resize 48x48 -background none ../../svg/click.svg click.png) after changing the stroke color to white.

Elementa's SVG renderer only works on legacy OpenGL, so this button is
invisible on modern versions.

This commit fixes that by baking the svg to png and using that instead.

Converted using ImageMagick (`convert -density 1200 -resize 48x48
-background none ../../svg/click.svg click.png`) after changing the
stroke color to `white`.
Copy link
Member

@Sychic Sychic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the svg be removed if it is no longer used? Or is it being retained for reference purposes?

@Johni0702
Copy link
Contributor Author

Should the svg be removed if it is no longer used? Or is it being retained for reference purposes?

I kept it in case some third-party mod uses it.

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 this pull request may close these issues.

3 participants