Skip to content

Commit

Permalink
(#357) AvaloniaMath: connect the issue to a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Feb 1, 2023
1 parent 7e8e83a commit b4f29df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AvaloniaMath/Rendering/GeometryElementRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace AvaloniaMath.Rendering;

/// <summary>A renderer that renders the elements to a provided <see cref="GeometryGroup"/> instance.</summary>
// TODO: Make this work
// TODO[#357]: Make this work
internal class GeometryElementRenderer : IElementRenderer
{
private readonly GeometryGroup _geometry;
Expand Down

0 comments on commit b4f29df

Please sign in to comment.