When attempting to save a canvas to an image using canvas.toDataURLan, you f.to error:
Uncaught SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.
原因:
出於安全考慮,本地硬碟被視為 "other-domain",這會污染 canvas。
解決方案:
在測試期間,可以嘗試以下解決方法:
以上是為什麼我無法將畫布匯出為圖像? (被污染的畫布錯誤)的詳細內容。更多資訊請關注PHP中文網其他相關文章!