<ReactRough
config={{
options: {
fill: 'green'
}
}}
renderer="svg"
>
<Rectangle
height={80}
width={80}
x={15}
y={15}
/>
<Circle
diameter={80}
fill="rgba(202, 122, 98, 0.7)"
x={80}
y={50}
/>
</ReactRough>