diff --git a/master/painting.html b/master/painting.html index 11424472..a4fb3489 100644 --- a/master/painting.html +++ b/master/painting.html @@ -762,7 +762,8 @@

Stroke width: the 'stroke-width'This property specifies the width of the stroke on the current object. A zero value causes no stroke to be painted. A negative value -is invalid. A <number> value represents a value in user units.

+is invalid. A <number> value represents a value in user units. +By default, the stroke is centered on the border, and therefore paints beyond the shape by half of the stroke-width.

Drawing caps at the ends of strokes: the 'stroke-linecap' property

@@ -1446,7 +1447,7 @@

Computing the shape of the stroke

  • Let dash be the shape that includes, for all distances between start and end along the subpath, all points that lie on the line perpendicular to the subpath at that - distance and which are within distance 'stroke-width' of + distance and which are within distance 'stroke-width' / 2 of the point on the subpath at that position.
  • Set dash to be the union of dash and the