Skip to content

Commit

Permalink
Remove a resolved FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Jan 21, 2024
1 parent 92515b4 commit 8d605d4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ class VisualTest {
assert(isPassed)
}

// FIXME: The rendered wave height does not correspond exactly to the specified wave height (it's a little bit smaller)
// because it is a bezier curve and the curve height is not exactly equal to the y-coordinate of the control point
// So, should place the control points a little bit farther than the specified wave height (maybe there is a formula for that?)
@Test
fun `Test 5`() {
val isPassed = testApp(
Expand Down

0 comments on commit 8d605d4

Please sign in to comment.