You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
801: Fixed Logo: off-by-one pixel strip error r=Bromeon a=OliveIsAWord
The clip path for group "g20" which holds the upper border of the claws was aligned exactly to the inside of the outer border. Due to rounding error, a single-pixel width orange strip was sometimes erroneously drawn where the two borders meet for each claw. Expanding the bounds of the clip path is sufficient to alleviate the issue entirely.
Left: Old
Right: Fixed
https://imgur.com/a/K3dERDL
Co-authored-by: OliveIsAWord <[email protected]>
Copy file name to clipboardExpand all lines: assets/godot-ferris-license.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Godot ferris is licensed under a Creative Commons Attribution-NonCommercial-Shar
5
5
## Ferris Emoji
6
6
7
7
Ferris emoji, made by Dzuk (noct.zone) are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. (creativecommons.org/licenses/by-nc-sa/4.0/)
8
+
Minor changes to improve rendering have been applied by godot-rust contributors.
0 commit comments