DOM.SVG.SVGGraphicsElement protocol (dom_svg v0.1.0)
https://svgwg.org/svg2-draft/single-page.html#types-InterfaceSVGGraphicsElement
Link to this section Summary
Link to this section Types
@type t() :: Map.merge(DOM.SVG.SVGElement.t(), %{transform: [SVGAnimatedTransform.t()]})
Link to this section Functions
Link to this function
get_b_box(svg_graphics_element, opts \\ %{clipped: false, fill: true, markers: false, stroke: false})
@spec get_b_box(t(), map()) :: DOM.DOMRect.t()
Link to this function
get_ctm(svg_graphics_element)
@spec get_ctm(t()) :: DOM.DOMMatrix.t()
Link to this function
get_screen_ctm(svg_graphics_element)
@spec get_screen_ctm(t()) :: DOM.DOMMatrix.t()