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 towhite
.