Skip to content

Commit

Permalink
(#359) WpfMath: connect the issue to TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Feb 1, 2023
1 parent 3a51703 commit 42b0754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WpfMath/Rendering/WpfBrush.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ private WpfBrush(Brush brush) : base(brush)

public class WpfBrushFactory : IBrushFactory
{
// TODO: private constructor
// TODO: readonly property instead of a writeable field
// TODO[#359]: private constructor
// TODO[#359]: readonly property instead of a writeable field
public static WpfBrushFactory Instance = new();
public IBrush FromColor(RgbaColor color) =>
new SolidColorBrush(
Expand Down

0 comments on commit 42b0754

Please sign in to comment.