Skip to content

Commit

Permalink
(#63) Tests: fix everything after the resource migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 31, 2022
1 parent 0a7d897 commit 16c7420
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WpfMath.Shared/Colors/RgbaColor.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
namespace WpfMath.Colors;

public record struct RgbaColor(byte R, byte G, byte B, byte A)
{
}
Binary file modified WpfMath.Shared/Fonts/cmex10.ttf
Binary file not shown.
Binary file modified WpfMath.Shared/Fonts/cmmi10.ttf
Binary file not shown.
Binary file modified WpfMath.Shared/Fonts/cmsy10.ttf
Binary file not shown.

0 comments on commit 16c7420

Please sign in to comment.