Skip to content

Commit

Permalink
increased tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
mazunin-v-jb committed Nov 7, 2024
1 parent 167e03d commit 5e417a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class DesktopParagraphTest {
style = FontStyle.Normal
)
)
private val lineMetricsTolerance = 0.0001f
private val lineMetricsTolerance = 0.001f

@Test
fun getBoundingBox_basic() {
Expand Down

0 comments on commit 5e417a1

Please sign in to comment.