Abstract instantiable class
The protocol class for pens.
<object>
width:<integer>. Default value: 1.
units:one-of(#"normal", #"point", #"device"). Default value: #"normal".
dashes:union(<boolean>, <sequence>). Default value: #f.
joint-shape:one-of(#"miter", #"bevel", #"round", #"none"). Default value: #"miter".
cap-shape:one-of(#"butt", #"square", #"round", #"no-end-point"). Default value: #"butt".
duim-dcsduim-dcsThe protocol class for pens. A pen imparts ink to a medium.
The following operations are exported from the DUIM-DCs module.
= pen? pen-cap-shape pen-dashes pen-joint-shape pen-units pen-width