A pen holds the stroke parameters used by graphicals when drawing
lines and borders: line thickness, dash pattern (texture) and stroke
colour. Pens are normally manipulated indirectly through the
graphical->pen, graphical->texture and graphical->colour
slots rather than created as explicit objects, but they may be
constructed and passed where a pen-valued argument is expected.
@see class graphical @see class colour @see graphical->pen
pen<->thickness: 0.. Line thickness in pixels. 0 selects the thinnest device line.
pen<->texture: texture_name
Dash pattern. One of none, dotted, dashed, dashdot,
dashdotted or longdash.
pen<->colour: [colour] Stroke colour, or @default to use the graphical's foreground.
none and @default respectively.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.