I have a pixel style image that is designed to scale to 4x using SVG. However, the following code blurs image pixels:
<image x="0" y="0" width="1024" height="1024"
image-rendering="optimizeSpeed"
xlink:href="pixelart.bmp" />
Is there any attribute that will allow this?
source
share