Jumar Macato
8 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
1 changed files with
0 additions and
1 deletions
-
src/Avalonia.Visuals/Rendering/ImmediateRenderer.cs
|
|
|
@ -54,7 +54,6 @@ namespace Avalonia.Rendering |
|
|
|
{ |
|
|
|
using (var context = new DrawingContext(_renderTarget.CreateDrawingContext(this))) |
|
|
|
{ |
|
|
|
|
|
|
|
context.PlatformImpl.Clear(Colors.Transparent); |
|
|
|
|
|
|
|
using (context.PushTransformContainer()) |
|
|
|
|