Jump to content

Internet Explorer Aliasing with phaser 2.7.5


slash
 Share

Recommended Posts

Hi!

I'm running into some issues with phaser 2.7.5 when using user scale 2x. I can see the -ms-interpolation-mode: nearest-neighbor being applied by phaser, but it doesn't seem to work and I'm ending up with blurry graphics.

Is this a known issue? this is my current setup:

game.scale.scaleMode = Phaser.ScaleManager.USER_SCALE;  
game.scale.setUserScale(2, 2);
game.renderer.renderSession.roundPixels = true;  
game.stage.smoothed = false;
Phaser.Canvas.setImageRenderingCrisp(this.game.canvas);

This is what I'm seeing on IE.

ie.thumb.png.d3939ff4de1027c7ea7b39dd056e4020.png

Any help is appreciated... thanks!

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...