DOM.SVG.SVGAngle (dom_svg v0.1.0)

https://svgwg.org/svg2-draft/single-page.html#types-InterfaceSVGAngle

Link to this section Summary

Link to this section Types

@type t() :: %DOM.SVG.SVGAngle{
  unit_type: atom(),
  value: float(),
  value_as_string: binary(),
  value_in_specified_units: float()
}

Link to this section Functions

Link to this function

convert_to_specified_units(svg_length, unit_type)

@spec convert_to_specified_units(t(), atom()) :: t()
Link to this function

new_value_specified_units(svg_length, unit_type, value_in_specified_units)

@spec new_value_specified_units(t(), atom(), float()) :: t()