provide a quick automatic way to set a fill or stroke all shapes have a stroke even if they can be filled (but the ClosedShape overrides this to provide a fill color)
provide a quick automatic way to set a fill or stroke all shapes have a stroke even if they can be filled (but the ClosedShape overrides this to provide a fill color)
(richLine: DrxAny[RichLine]).a
(Since version v0.1.18) use (g ! line ~ Style.Weight(weight)) instead
(Since version v0.1.18) use (g ! shape ~ style) or (shape ~ style draw g) instead
(Since version 0.2.0-angle) use g ! Arrow(line) instead
(Since version v0.2.15) use preApply if you must (symbols are concise without concision)