Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Apr 25, 2020
1 parent 72a23e1 commit c2602f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/canvas.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ describe('Canvas', function () {
assert.ok(metrics.alphabeticBaseline > 0) // ~4-5
assert.ok(metrics.actualBoundingBoxAscent > 0)
// On the baseline or slightly above
assert.ok(metrics.actualBoundingBoxDescent <= 0)
assert.ok(metrics.actualBoundingBoxDescent <= 1)
});
});

Expand Down

0 comments on commit c2602f0

Please sign in to comment.