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

Create SVG structure with settings.

Link to this section Summary

Functions

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

Link to this section 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()
}

Link to this section Functions

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