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

Safe HaskellNone
LanguageHaskell2010

Reflex.Dom.Widget.SVG.Types.SVG_Line

Description

Types and functions for <line> SVG element.

Synopsis

Documentation

data SVG_Line Source #

Properties for the <line> element.

Constructors

SVG_Line 
Instances
Eq SVG_Line Source # 
Instance details

Defined in Reflex.Dom.Widget.SVG.Types.SVG_Line

Show SVG_Line Source # 
Instance details

Defined in Reflex.Dom.Widget.SVG.Types.SVG_Line

svg_line_pos_end :: Lens' SVG_Line (Pos X, Pos Y) Source #

Lens for the end of the SVG_Line

svg_line_pos_start :: Lens' SVG_Line (Pos X, Pos Y) Source #

Lens for the start of the SVG_Line

makeSVGLineProps :: SVG_Line -> Map Text Text Source #

Convert our SVG_Line to the correct attribute map for Reflex.