使用toDataURL方法创建的图像在Microsoft Photos中无法正确显示

时间:2019-05-06 09:17:59

标签: javascript paint todataurl

我使用toDataURL方法在画布上创建屏幕截图。

this.c.toDataURL('image/png', 1);

油漆中的所有东西都能正确显示。

enter image description here

但是在Microsoft Photos中却显示错误。

enter image description here

线条和文字确实很弱。我该如何解决他的问题?

0 个答案:

没有答案