border radius
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user