LineStyle

class rinoh.draw.LineStyle(base=None, **attributes)

Style class for Line

stroke

Width and color used to draw the line

Accepts Stroke: the width (Dimension) and color (Color) of the stroke, separated by a comma (,)

Default: 1pt, #000

hide

Suppress rendering this element (inherited from Style)

Accepts Bool: true or false

Default: false