It appears that texture rendering in this engine uses interpolation, so that textures are blurred when resized. I have looked at the source and have found no way to set the interpolation style with CSS.
Below are examples to show what I am talking about:

proper rendering

interpolated rendering
The CSS style for no interpolation is image-rendering: pixelated;
It appears that texture rendering in this engine uses interpolation, so that textures are blurred when resized. I have looked at the source and have found no way to set the interpolation style with CSS.
Below are examples to show what I am talking about:


proper rendering
interpolated rendering
The CSS style for no interpolation is image-rendering: pixelated;