dev #183

Merged
ysCha merged 5 commits from dev into dev-deploy 2025-07-07 14:52:39 +09:00
Showing only changes of commit 2b0df28ab9 - Show all commits

View File

@ -124,8 +124,8 @@ export default function CircuitTrestleSetting({ id }) {
//
const beforeCapture = () => {
// setCanvasZoom(100)
const x = canvas.width / 2
const y = canvas.height / 2
const x = 0
const y = 0
canvas.zoomToPoint(new fabric.Point(x, y), 0.5)
changeFontSize('lengthText', '28')
changeFontSize('circuitNumber', '28')