Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data VectorPathCommand Source #
Represents a vector path command
VectorPathCommandLine | A straight line to a given point |
VectorPathCommandCubicBezierCurve | A cubic Bézier curve to a given point |
|
Instances
FromJSON VectorPathCommand Source # | |
Defined in TD.Data.VectorPathCommand parseJSON :: Value -> Parser VectorPathCommand # parseJSONList :: Value -> Parser [VectorPathCommand] # | |
Show VectorPathCommand Source # | |
Defined in TD.Data.VectorPathCommand showsPrec :: Int -> VectorPathCommand -> ShowS # show :: VectorPathCommand -> String # showList :: [VectorPathCommand] -> ShowS # | |
Eq VectorPathCommand Source # | |
Defined in TD.Data.VectorPathCommand (==) :: VectorPathCommand -> VectorPathCommand -> Bool # (/=) :: VectorPathCommand -> VectorPathCommand -> Bool # | |
ShortShow VectorPathCommand Source # | |
Defined in TD.Data.VectorPathCommand shortShow :: VectorPathCommand -> String Source # |