Thanks to @ℊααnd I was able to add stroke styling to images added to the canvas。我想在添加的任何圖像上留下陰影,以使它們更「堆疊」一下。我嘗試添加boxShadow:「5px 5px 20px 0px#888888」和taking queues from the documentation,但我沒有任何運氣。我將如何實
所以我想保存基於比例1的畫布,我想包括所有現有的/可見的對象。 所以現在,我的畫布是600x400,如果我要保存它,它只會保存600x400內部的內容,並且它尊重縮放級別(較高的縮放將會看到較少的東西,較低的縮放會看到更多的東西但更小)。 我解決此得到通過運行此代碼: let zoom = this.canvas.getZoom();
this.canvas.setZoom(1);
let u