Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the root <svg> element properties and re-exports all of the individual SVG Types
Synopsis
- data SVG_El = SVG_El {}
- data ViewBox = ViewBox {}
- svg_root_width :: Lens' SVG_El Width
- svg_root_height :: Lens' SVG_El Height
- svg_root_viewbox :: Lens' SVG_El (Maybe ViewBox)
- viewBox_height :: Lens' ViewBox Height
- viewBox_width :: Lens' ViewBox Width
- viewBox_min_x :: Lens' ViewBox Float
- viewBox_min_y :: Lens' ViewBox Float
- makeSVGProps :: SVG_El -> Map Text Text
- makeViewBox :: ViewBox -> Text
- module Reflex.Dom.Widget.SVG.Types.Internal
- module Reflex.Dom.Widget.SVG.Types.CornerRadius
- module Reflex.Dom.Widget.SVG.Types.Pos
- module Reflex.Dom.Widget.SVG.Types.Radius
- module Reflex.Dom.Widget.SVG.Types.SVG_Animate
- module Reflex.Dom.Widget.SVG.Types.SVG_Circle
- module Reflex.Dom.Widget.SVG.Types.SVG_Ellipse
- module Reflex.Dom.Widget.SVG.Types.SVG_Line
- module Reflex.Dom.Widget.SVG.Types.SVG_Polygon
- module Reflex.Dom.Widget.SVG.Types.SVG_PolyLine
- module Reflex.Dom.Widget.SVG.Types.SVG_Rect
- module Reflex.Dom.Widget.SVG.Types.SVG_Path