50% 제거

This commit is contained in:
hyojun.choi 2025-07-02 10:51:57 +09:00
parent cc3bf02b17
commit 2a3ae5b0be

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')