Skip to content

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.

@Johni0702 Johni0702 merged commit d9cb647 into master Nov 26, 2024
1 check passed
@Johni0702 Johni0702 deleted the feature/inspector-click-svg branch November 26, 2024 08:49
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.

4 participants