Skip to content

Commit 51cc252

Browse files
committed
removed test code
1 parent 6a61949 commit 51cc252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Avalonia.Base/Rendering/Composition/Server/ServerCompositionTarget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public void Render()
179179
using (var context = _layer.CreateDrawingContext(false))
180180
RenderRootToContextWithClip(context, Root);
181181

182-
renderTargetContext.Clear(Colors.Red);
182+
renderTargetContext.Clear(Colors.Transparent);
183183
renderTargetContext.Transform = Matrix.Identity;
184184
if (_layer.CanBlit)
185185
_layer.Blit(renderTargetContext);

0 commit comments

Comments
 (0)