We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a23e1 commit c2602f0Copy full SHA for c2602f0
test/canvas.test.js
@@ -947,7 +947,7 @@ describe('Canvas', function () {
947
assert.ok(metrics.alphabeticBaseline > 0) // ~4-5
948
assert.ok(metrics.actualBoundingBoxAscent > 0)
949
// On the baseline or slightly above
950
- assert.ok(metrics.actualBoundingBoxDescent <= 0)
+ assert.ok(metrics.actualBoundingBoxDescent <= 1)
951
});
952
953
0 commit comments