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 9b6d6f3 commit 1581dfe
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 1581dfe

Please sign in to comment.