Skip to content

Commit 0c2aa70

Browse files
jmacatodanwalmsley
authored andcommitted
Merge pull request AvaloniaUI#7921 from 0x0ade/fix-ellipsenode-transform
Add missing context.Transform = Transform in EllipseNode
1 parent 806262b commit 0c2aa70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Avalonia.Visuals/Rendering/SceneGraph/EllipseNode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public bool Equals(Matrix transform, IBrush brush, IPen pen, Rect rect)
5959

6060
public override void Render(IDrawingContextImpl context)
6161
{
62+
context.Transform = Transform;
6263
context.DrawEllipse(Brush, Pen, Rect);
6364
}
6465

0 commit comments

Comments
 (0)