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
#CommandPositionReference Source
#CommandArcChoice Source
#CommandSweepChoice Source
data CommandSweepChoice
Sweep0 = Counter-Clockwise / Negative Sweep1 = Clockwise / Positive
Constructors
Instances
#toArrayString Source
toArrayString :: Array PathCommand -> Array String
#m Source
m :: CommandPositionReference -> Number -> Number -> PathCommand
#l Source
l :: CommandPositionReference -> Number -> Number -> PathCommand
#h Source
h :: CommandPositionReference -> Number -> PathCommand
#v Source
v :: CommandPositionReference -> Number -> PathCommand
#c Source
c :: CommandPositionReference -> Number -> Number -> Number -> Number -> Number -> Number -> PathCommand
#s Source
s :: CommandPositionReference -> Number -> Number -> Number -> Number -> PathCommand
#q Source
q :: CommandPositionReference -> Number -> Number -> Number -> Number -> PathCommand
#t Source
t :: CommandPositionReference -> Number -> Number -> PathCommand
#a Source
a :: CommandPositionReference -> Number -> Number -> Number -> CommandArcChoice -> CommandSweepChoice -> Number -> Number -> PathCommand
#z Source
z :: PathCommand
- Modules
- Halogen.
Svg. Attributes - Halogen.
Svg. Attributes. Align - Halogen.
Svg. Attributes. Baseline - Halogen.
Svg. Attributes. CSSLength - Halogen.
Svg. Attributes. Color - Halogen.
Svg. Attributes. Duration - Halogen.
Svg. Attributes. FillState - Halogen.
Svg. Attributes. FontSize - Halogen.
Svg. Attributes. FontStretch - Halogen.
Svg. Attributes. FontStyle - Halogen.
Svg. Attributes. FontWeight - Halogen.
Svg. Attributes. MarkerUnit - Halogen.
Svg. Attributes. MaskUnit - Halogen.
Svg. Attributes. MeetOrSlice - Halogen.
Svg. Attributes. Orient - Halogen.
Svg. Attributes. Path - Halogen.
Svg. Attributes. StrokeLineCap - Halogen.
Svg. Attributes. StrokeLineJoin - Halogen.
Svg. Attributes. TextAnchor - Halogen.
Svg. Attributes. Transform - Halogen.
Svg. Elements - Halogen.
Svg. Indexed