Skip to content

Commit

Permalink
test:
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Jan 15, 2025
1 parent a7863c8 commit f7503bb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,18 @@ function toPoint() {
cornerRadius: item.cornerRadius,
cornerStyle: item.cornerStyle,
curveMode: item.curveMode,
hasCurveFrom: item.hasCurveFrom,
hasCurveTo: item.hasCurveTo,
fx: item.fx,
fy: item.fy,
tx: item.tx,
ty: item.ty,
hasCurveFrom: item.hasCurveFrom,
hasCurveTo: item.hasCurveTo,
absX: item.absX,
absY: item.absY,
absFx: item.absFx,
absFy: item.absFy,
absTx: item.absTx,
absTy: item.absTy,
absFx: item.absFx,
absFy: item.absFy,
})),
];
}));
Expand All @@ -189,18 +189,18 @@ function toPoint() {
cornerRadius: item.cornerRadius,
cornerStyle: item.cornerStyle,
curveMode: item.curveMode,
hasCurveFrom: item.hasCurveFrom,
hasCurveTo: item.hasCurveTo,
fx: item.fx,
fy: item.fy,
tx: item.tx,
ty: item.ty,
hasCurveFrom: item.hasCurveFrom,
hasCurveTo: item.hasCurveTo,
absX: item.absX,
absY: item.absY,
absFx: item.absFx,
absFy: item.absFy,
absTx: item.absTx,
absTy: item.absTy,
absFx: item.absFx,
absFy: item.absFy,
})),
]);
}
Expand Down

0 comments on commit f7503bb

Please sign in to comment.