dev #168

Merged
ysCha merged 4 commits from dev into prd-deploy 2025-07-02 14:42:10 +09:00
Showing only changes of commit 2a3ae5b0be - Show all commits

View File

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