Description
An ellipse shape aligned inside the frame of the view containing it.
Parameters
stroke
: A dictionary specifying the stroke parameters, e.g., lineWidth
, dash
.Example
<body>
<hstack padding="">
<ellipse foregroundColor="purple"/>
<ellipse stroke="lineWidth:3" foregroundColor="yellow" padding="20"/>
</hstack>
</body>