Folio.Content.Rect (Folio v0.2.3)

Copy Markdown View Source

Rectangle shape.

Summary

Types

t()

@type t() :: %Folio.Content.Rect{
  body: [Folio.Content.t()],
  fill: String.t() | nil,
  height: String.t() | nil,
  width: String.t() | nil
}