konvajs / konva

Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://konvajs.org/
Other
11.43k stars 918 forks source link

Exporting images using stage.toDataURL() ios devices will have black edges #1783

Closed Jonas949 closed 3 months ago

Jonas949 commented 3 months ago

When pixelRatio: window.devicePixelRatio is set using the stage.toDataURL() method, a black edge appears when the ios device exports images

1719565252288

If I don't set pixelRatio, there will be no black edges.

Android devices do not appear similar situation, please tell me how I should adapt.

Jonas949 commented 3 months ago

image My export Settings.

lavrton commented 3 months ago

Please make a small online demo.