Skip to content

Commit 6d7cac9

Browse files
committed
This should fail but it should wrap
1 parent 1d65c63 commit 6d7cac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/visual/cases/typography.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ visualSuite("Typography", function () {
279279

280280
p5.createCanvas(150, 100, mode === 'webgl' ? p5.WEBGL : undefined);
281281
if (mode === 'webgl') p5.translate(-p5.width/2, -p5.height/2);
282-
p5.textSize(19.9);
282+
p5.textSize(19);
283283
p5.textWrap(p5.CHAR);
284284
const font = await p5.loadFont(
285285
'/unit/assets/Inconsolata-Bold.ttf'

0 commit comments

Comments
 (0)