Module

Pha.Svg

Package
purescript-pha
Repository
gbagan/purescript-pha

#g Source

g :: forall msg. Array (Prop msg) -> Array (VDom msg) -> VDom msg

#svg Source

svg :: forall msg. Array (Prop msg) -> Array (VDom msg) -> VDom msg

#rect Source

rect :: forall msg. Array (Prop msg) -> VDom msg

#path Source

path :: forall msg. Array (Prop msg) -> VDom msg

#line Source

line :: forall msg. Array (Prop msg) -> VDom msg

#circle Source

circle :: forall msg. Array (Prop msg) -> VDom msg

#use Source

use :: forall msg. Array (Prop msg) -> VDom msg

#text' Source

text' :: forall msg. String -> Array (Prop msg) -> VDom msg

#x_ Source

x_ :: forall msg. String -> Prop msg

#y_ Source

y_ :: forall msg. String -> Prop msg

#x1_ Source

x1_ :: forall msg. String -> Prop msg

#y1_ Source

y1_ :: forall msg. String -> Prop msg

#x2_ Source

x2_ :: forall msg. String -> Prop msg

#y2_ Source

y2_ :: forall msg. String -> Prop msg

#cx Source

cx :: forall msg. String -> Prop msg

#cy Source

cy :: forall msg. String -> Prop msg

#r_ Source

r_ :: forall msg. String -> Prop msg

#d_ Source

d_ :: forall msg. String -> Prop msg

#width Source

width :: forall msg. String -> Prop msg

#height Source

height :: forall msg. String -> Prop msg

#stroke Source

stroke :: forall msg. String -> Prop msg

#opacity Source

opacity :: forall msg. String -> Prop msg

#fill Source

fill :: forall msg. String -> Prop msg

#viewBox Source

viewBox :: forall msg. Int -> Int -> Int -> Int -> Prop msg

#transform Source

transform :: forall msg. String -> Prop msg

#strokeWidth Source

strokeWidth :: forall msg. String -> Prop msg

#strokeDasharray Source

strokeDasharray :: forall msg. String -> Prop msg