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
@@ -177,6 +177,7 @@ const ObjectRenderer = ({
y={relativeY}
width={mask.width || 100}
height={mask.height || 100}
cornerRadius={Math.max(0, mask.borderRadius ?? 0)}
rotation={mask.rotation || 0}
/>
);