Module

Pha.Svg.Attributes

Package
purescript-pha
Repository
gbagan/purescript-pha

#IsLength Source

class IsLength a  where

Members

Instances

#x Source

x :: forall msg a. IsLength a => a -> Prop msg

#y Source

y :: forall msg a. IsLength a => a -> Prop msg

#x1 Source

x1 :: forall msg a. IsLength a => a -> Prop msg

#y1 Source

y1 :: forall msg a. IsLength a => a -> Prop msg

#x2 Source

x2 :: forall msg a. IsLength a => a -> Prop msg

#y2 Source

y2 :: forall msg a. IsLength a => a -> Prop msg

#cx Source

cx :: forall msg a. IsLength a => a -> Prop msg

#cy Source

cy :: forall msg a. IsLength a => a -> Prop msg

#dx Source

dx :: forall msg a. IsLength a => a -> Prop msg

#dy Source

dy :: forall msg a. IsLength a => a -> Prop msg

#r Source

r :: forall msg a. IsLength a => a -> Prop msg

#rx Source

rx :: forall msg a. IsLength a => a -> Prop msg

#ry Source

ry :: forall msg a. IsLength a => a -> Prop msg

#clipPath Source

clipPath :: forall msg. String -> Prop msg

#d Source

d :: forall msg. String -> Prop msg

#width Source

width :: forall msg i. IsLength i => i -> Prop msg

#height Source

height :: forall msg i. IsLength i => i -> Prop msg

#opacity Source

opacity :: forall msg. Number -> Prop msg

#fill Source

fill :: forall msg. String -> Prop msg

#fillOpacity Source

fillOpacity :: forall msg. Number -> Prop msg

#fillRule Source

fillRule :: forall msg. String -> Prop msg

#fontSize Source

fontSize :: forall msg a. IsLength a => a -> Prop msg

#offset Source

offset :: forall msg. String -> Prop msg

#patternTransform Source

patternTransform :: forall msg. String -> Prop msg

#patternUnits Source

patternUnits :: forall msg. String -> Prop msg

#points Source

points :: forall msg. String -> Prop msg

#viewBox Source

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

#transform Source

transform :: forall msg. String -> Prop msg

#stopColor Source

stopColor :: forall msg. String -> Prop msg

#stroke Source

stroke :: forall msg. String -> Prop msg

#strokeDasharray Source

strokeDasharray :: forall msg. String -> Prop msg

#strokeOpacity Source

strokeOpacity :: forall msg. Number -> Prop msg

#strokeWidth Source

strokeWidth :: forall msg. Number -> Prop msg