Module

Halogen.Svg.Attributes

Package
purescript-halogen-svg-elems
Repository
JordanMartinez/purescript-halogen-svg-elems

#Color Source

data Color

Constructors

#TextAnchor Source

#Orient Source

#printOrient Source

#MarkerUnit Source

#PathCommand Source

#CommandArcChoice Source

data CommandArcChoice

Arc0 = Small arc Arc1 = Large arc

Constructors

Instances

#CommandSweepChoice Source

data CommandSweepChoice

Sweep0 = Counter-Clockwise / Negative Sweep1 = Clockwise / Positive

Constructors

Instances

#Align Source

data Align

Constructors

#printAlign Source

#MeetOrSlice Source

data MeetOrSlice

Constructors

#attr Source

attr :: forall r i. AttrName -> String -> IProp r i

#cx Source

cx :: forall r i. Number -> IProp (cx :: Number | r) i

#cy Source

cy :: forall r i. Number -> IProp (cy :: Number | r) i

#r Source

r :: forall s i. Number -> IProp (r :: Number | s) i

#viewBox Source

viewBox :: forall r i. Number -> Number -> Number -> Number -> IProp (viewBox :: String | r) i

#preserveAspectRatio Source

preserveAspectRatio :: forall r i. Maybe { x_ :: Align, y_ :: Align } -> MeetOrSlice -> IProp (preserveAspectRatio :: String | r) i

#rx Source

rx :: forall r i. Number -> IProp (rx :: Number | r) i

#ry Source

ry :: forall r i. Number -> IProp (ry :: Number | r) i

#width Source

width :: forall r i. Number -> IProp (width :: Number | r) i

#height Source

height :: forall r i. Number -> IProp (height :: Number | r) i

#x Source

x :: forall r i. Number -> IProp (x :: Number | r) i

#y Source

y :: forall r i. Number -> IProp (y :: Number | r) i

#x1 Source

x1 :: forall r i. Number -> IProp (x1 :: Number | r) i

#y1 Source

y1 :: forall r i. Number -> IProp (y1 :: Number | r) i

#x2 Source

x2 :: forall r i. Number -> IProp (x2 :: Number | r) i

#y2 Source

y2 :: forall r i. Number -> IProp (y2 :: Number | r) i

#stroke Source

stroke :: forall r i. Maybe Color -> IProp (stroke :: String | r) i

#fill Source

fill :: forall r i. Maybe Color -> IProp (fill :: String | r) i

#transform Source

transform :: forall r i. Array Transform -> IProp (transform :: String | r) i

#d Source

d :: forall r i. Array PathCommand -> IProp (d :: String | r) i

#text_anchor Source

text_anchor :: forall r i. TextAnchor -> IProp (text_anchor :: String | r) i

#font_size Source

font_size :: forall r i. FontSize -> IProp (font_size :: String | r) i

#dominant_baseline Source

dominant_baseline :: forall r i. Baseline -> IProp (transform :: String | r) i

#class_ Source

class_ :: forall r i. ClassName -> IProp (class :: String | r) i

#classes Source

classes :: forall r i. Array ClassName -> IProp (class :: String | r) i

#id Source

id :: forall r i. String -> IProp (id :: String | r) i

#markerWidth Source

markerWidth :: forall r i. Number -> IProp (markerWidth :: Number | r) i

#markerHeight Source

markerHeight :: forall r i. Number -> IProp (markerHeight :: Number | r) i

#refX Source

refX :: forall r i. Number -> IProp (refX :: Number | r) i

#refY Source

refY :: forall r i. Number -> IProp (refY :: Number | r) i

#orient Source

orient :: forall r i. Orient -> IProp (orient :: String | r) i

#markerUnits Source

markerUnits :: forall r i. MarkerUnit -> IProp (markerUnits :: String | r) i

#strokeWidth Source

strokeWidth :: forall r i. Number -> IProp (strokeWidth :: Number | r) i

#markerEnd Source

markerEnd :: forall r i. String -> IProp (markerEnd :: String | r) i

#printDurationF Source

printDurationF :: forall a. Show a => DurationF a -> String

#FillState Source

data FillState

Constructors

#dur Source

dur :: forall r i. Duration -> IProp (dur :: String | r) i

#attributeName Source

attributeName :: forall r i. String -> IProp (attributeName :: String | r) i

#from Source

from :: forall r i. String -> IProp (from :: String | r) i

#to Source

to :: forall r i. String -> IProp (to :: String | r) i

#begin Source

begin :: forall r i. String -> IProp (begin :: String | r) i

#repeatCount Source

repeatCount :: forall r i. Int -> IProp (repeatCount :: Int | r) i

#fillAnim Source

fillAnim :: forall r i. FillState -> IProp (fill :: String | r) i

#xlinkHref Source

xlinkHref :: forall r i. String -> IProp (xlinkHref :: String | r) i

#path Source

path :: forall r i. Array PathCommand -> IProp (path :: String | r) i