DOM.SVG.SVGMarkerElement (dom_svg v0.1.0)

https://svgwg.org/svg2-draft/single-page.html#painting-InterfaceSVGMarkerElement

Link to this section Summary

Link to this section Types

@type t() :: %DOM.SVG.SVGMarkerElement{
  marker_height: SVGAnimatedLength.t(),
  marker_units: DOM.SVG.SVGAnimatedEnumeration.t(),
  marker_width: SVGAnimatedLength.t(),
  orient: binary(),
  orient_angle: DOM.SVG.SVGAnimatedAngle.t(),
  orient_type: DOM.SVG.SVGAnimatedEnumeration.t(),
  ref_x: SVGAnimatedLength.t(),
  ref_y: SVGAnimatedLength.t(),
  svg_element: DOM.SVG.SVGElement.t(),
  svg_fit_to_view_box: DOM.SVG.SVGFitToViewBox.t()
}