- 보조선 버그 수정
This commit is contained in:
parent
e03823b153
commit
94896b9837
@ -129,6 +129,7 @@ export function useAuxiliaryDrawing(id, isUseEffect = true) {
|
|||||||
|
|
||||||
const copy = (object, x, y) => {
|
const copy = (object, x, y) => {
|
||||||
return addLine([object.x1 + x, object.y1 + y, object.x2 + x, object.y2 + y], {
|
return addLine([object.x1 + x, object.y1 + y, object.x2 + x, object.y2 + y], {
|
||||||
|
attributes: object.attributes,
|
||||||
stroke: 'red',
|
stroke: 'red',
|
||||||
strokeWidth: 1,
|
strokeWidth: 1,
|
||||||
selectable: true,
|
selectable: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user