SVG rendered into canvas blurred on retina display
问题 I have an issue with SVG rendered into canvas. On retina displays canvas rendered as base64 url and set as SRC into is blurred. I've tried various methods that was described in list below with no luck: https://tristandunn.com/2014/01/24/rendering-svg-on-canvas/ How do I fix blurry text in my HTML5 canvas? Canvas drawing and Retina display: doable? https://www.html5rocks.com/en/tutorials/canvas/hidpi/ Now i don't know what should i do to make it better. Please look into my result: jsfiddle.net