border radius

This commit is contained in:
hamid zarghami
2026-04-29 12:17:19 +03:30
parent a4157fdfcc
commit c742ff3829
7 changed files with 59 additions and 10 deletions
@@ -57,6 +57,7 @@ export type EditorObject = {
scaleX?: number;
scaleY?: number;
shapeType?: ShapeType;
borderRadius?: number;
tableData?: TableData;
visible?: boolean;
isMask?: boolean;