meo-canvas - v8.1.5
    Preparing search index...

    Enumeration PaintOrder

    Which of a glyph's fill and stroke is painted on top.

    CSS paint-order, and the reason it exists: a stroke is centred on the outline, so half of it falls inside the glyph. Painted over the fill — the default — a thick stroke eats into the letterform and thins it. Painted under, the fill stays whole and the stroke only widens the glyph outward.

    Index
    Fill: "fill"

    Fill first, then the stroke over it. CSS's default, and what a browser draws unasked.

    Stroke: "stroke"

    Stroke first, then the fill over it, leaving the letterform whole.