Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Gelatin.Core.Stroke
Description
Strokes are used for defining lines and drawing them.
Documentation
Constructors
Stroke | |
Fields
|
data StrokeAttr Source #
Constructors
StrokeNone | |
StrokeWidth Float | |
StrokeFeather Float | |
StrokeCaps (LineCap, LineCap) |
Instances
strokeAttr :: Maybe Stroke -> StrokeAttr -> Maybe Stroke Source #
strokeWith :: [StrokeAttr] -> Stroke Source #