Skip to main content
Version: 2.0.0-preview

Shapes

Built-in shape drawables provided by Beutl. Each shape has its own size properties and can be styled with stroke and fill.

  • Ellipse — Draws an ellipse or circle by width and height.
  • Rectangle — Draws a rectangle by width and height.
  • Rounded rectangle — Draws a rectangle with rounded corners.
  • Geometry — Draws an arbitrary path.
  • Text — Renders a string with the given font and style.