111
This commit is contained in:
@@ -608,7 +608,7 @@ export class ExportManager {
|
||||
// tempFabricCanvas.setZoom(1);
|
||||
const ox = fixedLayerObject.left - fixedLayerObject.width * fixedLayerObject.scaleX / 2
|
||||
const oy = fixedLayerObject.top - fixedLayerObject.height * fixedLayerObject.scaleY / 2
|
||||
console.log("==========", fixedLayerObject, ox, oy)
|
||||
// console.log("==========", fixedLayerObject, ox, oy)
|
||||
try {
|
||||
// 克隆并添加所有对象到临时画布,需要调整位置相对于固定图层
|
||||
for (let i = 0; i < objectsToExport.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user