instance. Stroke

Members and methods attached to the rac.Stroke function.

The function contains ready-made convenience Stroke objects for usual values, all setup with the owning Rac instance.

Example
let rac = new Rac()
rac.Stroke.none // ready-made none stroke
rac.Stroke.none.rac === rac // true

Members

none

A Stroke with no weight and no color. Using or applying this stroke will disable stroke drawing.

one

A Stroke with weight = 1 and no color. Using or applying this stroke will only set the stroke weight to 1 leaving stroke color unchanged.