View Source Telegex.Type.BackgroundTypePattern (Telegex v1.8.0)

The background is a PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be combined with the background fill chosen by the user.

Summary

Types

@type t() :: %Telegex.Type.BackgroundTypePattern{
  document: Telegex.Type.Document.t(),
  fill: Telegex.Type.BackgroundFill.t(),
  intensity: integer(),
  is_inverted: boolean() | nil,
  is_moving: boolean() | nil,
  type: String.t()
}