Mew Pur Pur
Mew Pur Pur
I think it's a bit weird duplicating config warnings like this. It gives off a feeling that two things are wrong, instead of just one. If I gather correctly, this...
Agreed, I always use random 2D gradient or noise textures for placeholders. The only thing a PlaceholderTexture2D does better is what clayjohn mentioned, so there's no need for a new...
This would address https://github.com/godotengine/godot/issues/41839, right?
Oh yeah, I immediately realized what the deal was, I just forgot to have a fill attribute there. I'll go over gizmos to see where else this problem appears.
Correction, I fixed the little black border above, but I actually don't know what the deal with the white outline is. In general I often find white pixels around icons...
I get it in Autocomplete.
Can you give an update on whether you see any issues in beta5?
So, transparent pixels become white? Image.fix_alpha_edges() is a possible expensive workaround for projects, but IMO it should be fixed properly for Godot if possible. Otherwise SVG parsing gets way slower.
Working on it. There's more to this bug than meets the eye, though I'm not going to open separate bug reports. If someone else wants to work on this now,...
I explained what causes the bug and a possible easy patch in the PR above. Though right now, I'm trying to rework the TextEdit selection system to be simpler and...