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.