summaryrefslogtreecommitdiffstats
path: root/editor/icons/Texture3D.svg
Commit message (Collapse)AuthorAgeFilesLines
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-231-1/+1
|
* Add Texture2D and Texture3D iconsMewPurPur2023-12-051-0/+1
|
* Add icons for 3D texture classesMewPurPur2023-08-041-1/+0
|
* Reduce the total size of our SVGs by 15%VolTer2023-06-041-1/+1
|
* Fix near one opacity in editor iconsKrazy-J2023-01-311-1/+1
| | | | | Remove occurrences of fill-opacity and stroke-opacity with values near or equal to 1 (all values were greater than 0.988).
* Remove unnecessary transformations from editor iconsYuri Sizov2022-01-281-1/+1
|
* Improve Texture3D and TextureArray iconsgongpha2020-12-141-1/+1
|
* Commit only the SVG files changed by file_format.shAaron Franke2020-07-131-1/+1
| | | | There were a lot of SVG files changed by file_format.sh
* Use PascalCase file names for editor iconsHugo Locurcio2020-02-241-0/+1
Using PascalCase file names without any conversion step is less confusing to new contributors.