Skip to content

Commit

Permalink
chore: Add updated pixel art test
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Dec 21, 2024
1 parent 05c9dae commit e29dd75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/spec/EngineSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -902,13 +902,6 @@ describe('The engine', () => {
it('can do subpixel AA on pixel art', async () => {
const engine = TestUtils.engine({
pixelArt: true,
antialiasing: {
nativeContextAntialiasing: false,
multiSampleAntialiasing: true,
pixelArtSampler: true,
canvasImageRendering: 'auto',
filtering: ex.ImageFiltering.Blended
},
width: 256,
height: 256,
suppressHiDPIScaling: false,
Expand Down
Binary file modified src/spec/images/EngineSpec/pixelart.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 e29dd75

Please sign in to comment.