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. String -> 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. String -> 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

#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