From 7843e93e3a8f46780794905f7e8f5d55fa392f41 Mon Sep 17 00:00:00 2001 From: Dariusz Komosinski Date: Tue, 15 Mar 2022 00:31:02 +0100 Subject: [PATCH] Fixed missing summary start tag. --- src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs b/src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs index a295a8cdc9..e4a280938d 100644 --- a/src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs +++ b/src/Avalonia.Visuals/Platform/IPlatformRenderInterface.cs @@ -11,6 +11,7 @@ namespace Avalonia.Platform /// public interface IPlatformRenderInterface { + /// /// Creates an ellipse geometry implementation. /// /// The bounds of the ellipse.