dev #250

Merged
ysCha merged 3 commits from dev into dev-deploy 2025-07-29 16:51:05 +09:00
Showing only changes of commit 1e678cfd81 - Show all commits

View File

@ -127,8 +127,8 @@ export default function CircuitTrestleSetting({ id }) {
// roof polygon
const roofPolygons = canvas.getObjects().filter((obj) => obj.name === POLYGON_TYPE.ROOF)
let x, y
x = canvas.width / 2
y = canvas.height / 2
x = 0 //canvas.width / 2
y = 1000 //canvas.height / 2
/*if (roofPolygons.length > 0) {
let minX = Infinity,