xxxxxxxxxx
7
<!-- https://p5js.org/reference/#/p5/describe -->
<canvas width="100" height="100" canvas_background="'pink'" sketch_description="'pink square with red heart in the bottom right corner'" fill_color="'red'" stroke_color="NONE" animate="false">
<ellipse x="67" y="67" w="20" h="20" />
<ellipse x="83" y="67" w="20" h="20" />
<triangle x1="91" y1="73" x2="75" y2="95" x3="59" y3="73" />
</canvas>