View Source QRCode.Render.Svg (QRCode v3.1.0)

Create SVG structure with settings.

Summary

Functions

Create Svg structure from QR matrix as binary. This binary contains svg attributes and svg elements.

Types

@type t() :: %QRCode.Render.Svg{
  body: String.t(),
  height: ExMaybe.t(integer()),
  rank_matrix: ExMaybe.t(pos_integer()),
  width: ExMaybe.t(integer()),
  xlink: String.t(),
  xmlns: String.t()
}

Functions

Create Svg structure from QR matrix as binary. This binary contains svg attributes and svg elements.