We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a61949 commit 51cc252Copy full SHA for 51cc252
src/Avalonia.Base/Rendering/Composition/Server/ServerCompositionTarget.cs
@@ -179,7 +179,7 @@ public void Render()
179
using (var context = _layer.CreateDrawingContext(false))
180
RenderRootToContextWithClip(context, Root);
181
182
- renderTargetContext.Clear(Colors.Red);
+ renderTargetContext.Clear(Colors.Transparent);
183
renderTargetContext.Transform = Matrix.Identity;
184
if (_layer.CanBlit)
185
_layer.Blit(renderTargetContext);
0 commit comments