Browse Source
Add missing context.Transform = Transform in EllipseNode
pull/7921/head
Jade Macho
4 years ago
No known key found for this signature in database
GPG Key ID: 21C91DB3ADE0B6D5
1 changed files with
1 additions and
0 deletions
-
src/Avalonia.Visuals/Rendering/SceneGraph/EllipseNode.cs
|
|
|
@ -59,6 +59,7 @@ namespace Avalonia.Rendering.SceneGraph |
|
|
|
|
|
|
|
public override void Render(IDrawingContextImpl context) |
|
|
|
{ |
|
|
|
context.Transform = Transform; |
|
|
|
context.DrawEllipse(Brush, Pen, Rect); |
|
|
|
} |
|
|
|
|
|
|
|
|