Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 1 | -1/+1 |
| | |||||
* | Optimize and fix the default theme SVGs | VolTer | 2023-06-07 | 1 | -1/+1 |
| | |||||
* | Fix near one opacity in editor icons | Krazy-J | 2023-01-31 | 1 | -1/+1 |
| | | | | | Remove occurrences of fill-opacity and stroke-opacity with values near or equal to 1 (all values were greater than 0.988). | ||||
* | Rename VisibilityNotifierXD to VisibleOnScreenNotifierXD | reduz | 2021-06-16 | 1 | -0/+1 |
* Renames for 2D and 3D * Class name was confusing, given both 2D and 3D have a "visible" property that is unrelated to actual on-screen visibility. * New name makes it clear that this is about visibility on screen. |