Capítulo 783 de 988
<Ellipse />_Part of the @remotion/shapes package.
export const MyComposition = () => {
return (
<AbsoluteFill
style={{
backgroundColor: "white",
justifyContent: "center",
alignItems: "center",
}}
>
<Ellipse rx={100} ry={50} fill="green" stroke="red" strokeWidth={1} />
</AbsoluteFill>
);
};
<Ellipse /> from the official docs.<Ellipse />.<Ellipse />.<Ellipse />.<Ellipse />.