#
| source:
src/style/instance.Stroke.js, line 4
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
#
| source:
src/style/instance.Stroke.js, line 22
A Stroke
with no weight and no color. Using or applying this stroke
will disable stroke drawing.
one
#
| source:
src/style/instance.Stroke.js, line 32
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.