- 보조선 버그 수정

This commit is contained in:
김민식 2025-02-26 14:13:18 +09:00
parent e03823b153
commit 94896b9837

View File

@ -129,6 +129,7 @@ export function useAuxiliaryDrawing(id, isUseEffect = true) {
const copy = (object, x, y) => {
return addLine([object.x1 + x, object.y1 + y, object.x2 + x, object.y2 + y], {
attributes: object.attributes,
stroke: 'red',
strokeWidth: 1,
selectable: true,