Skip to content

Commit

Permalink
(#349) GeometryElementRendererTests: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 24, 2023
1 parent 3595629 commit 7b54ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WpfMath.Tests/GeometryElementRendererTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type GeometryElementRendererTests() =
let font = DefaultTexFont(WpfMathFontProvider.Instance, 20.0)
let environment = TexEnvironment(TexStyle.Display, font, font)
let char = environment.MathFont.GetDefaultCharInfo('x', TexStyle.Display).Value
renderer.RenderCharacter(char, 0.0, 0.0, WpfBrushExtensions.ToPlatform Brushes.Black)
renderer.RenderCharacter(char, 0.0, 0.0, WpfExtensions.ToPlatform Brushes.Black)

let group = Seq.exactlyOne geometry.Children :?> GeometryGroup
Assert.IsType<PathGeometry>(Seq.exactlyOne group.Children) |> ignore
Expand Down

0 comments on commit 7b54ea7

Please sign in to comment.