Skip to content

Commit ac792bc

Browse files
committed
Is the wrap not resetting?
1 parent 0fb364f commit ac792bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/visual/cases/typography.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ visualSuite("Typography", function () {
295295
p5.background(255);
296296
p5.push();
297297
p5.textAlign(alignment.alignX, alignment.alignY);
298+
p5.textWrap(p5.CHAR);
298299

299300
p5.noFill();
300301
p5.strokeWeight(2);

0 commit comments

Comments
 (0)