mask
This commit is contained in:
@@ -19,6 +19,8 @@ const RectangleShape = ({ obj, isSelected, transformerRef, onSelect, onUpdate, d
|
||||
return (
|
||||
<Rect
|
||||
ref={shapeRef}
|
||||
id={obj.id}
|
||||
name={isMask ? "mask-shape" : "canvas-object"}
|
||||
x={obj.x}
|
||||
y={obj.y}
|
||||
width={obj.width || 100}
|
||||
|
||||
Reference in New Issue
Block a user