reflex-dom-svg-0.3.2.0: Reflex functions for SVG elements.

Safe HaskellNone
LanguageHaskell2010

Reflex.Dom.Widget.SVG.Types.SVG_Circle

Description

Types and functions for the <circle> SVG element.

Synopsis

Documentation

svg_circle_pos_centerX :: Lens' SVG_Circle (Pos CenterX) Source #

Lens for the Center X position of an SVG_Circle

svg_circle_pos_centerY :: Lens' SVG_Circle (Pos CenterY) Source #

Lens for the Center Y position of an SVG_Circle

svg_circle_radius :: Lens' SVG_Circle (Radius ()) Source #

Lens for the Radius of an SVG_Circle

makeCircleProps :: SVG_Circle -> Map Text Text Source #

Convert the given properties to the correct attributes for a <circle>.