Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inspector: Replace click.svg with png
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`. GitHub: #153
- Loading branch information