Folio.Content.Polygon (Folio v0.2.3)

Copy Markdown View Source

Polygon shape.

Summary

Types

t()

@type t() :: %Folio.Content.Polygon{
  fill: String.t() | nil,
  stroke: String.t() | nil,
  vertices: [String.t()]
}