Skip to content

Commit

Permalink
Update test case alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek committed Dec 18, 2024
1 parent 37c1016 commit e91e894
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/visual/cases/webgl.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ visualSuite('WebGL', function() {
'/unit/assets/Inconsolata-Bold.ttf'
);
p5.textSize(20);
p5.textAlign(p5.CENTER, p5.CENTER);
p5.textAlign(p5.CENTER, p5.TOP);
const geom = font.textToModel('p5*js', 0, 0, {
sampleFactor: 2
});
Expand All @@ -518,7 +518,7 @@ visualSuite('WebGL', function() {
'/unit/assets/Inconsolata-Bold.ttf'
);
p5.textSize(20);
p5.textAlign(p5.CENTER, p5.CENTER);
p5.textAlign(p5.CENTER, p5.TOP);
const geom = font.textToModel('p5*js', 0, 0, {
extrude: 10,
sampleFactor: 2
Expand Down
Binary file modified test/unit/visual/screenshots/WebGL/textToModel/Extruded/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/unit/visual/screenshots/WebGL/textToModel/Flat/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e91e894

Please sign in to comment.