Module

Halogen.Svg.Attributes.Path

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

#PathCommand Source

newtype PathCommand

Constructor intentionally not exported. use m, l, h, v, c, s, q, t, s, or z instead.

Instances

#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