#
| source:
src/style/instance.Fill.js, line 4
Members and methods attached to the
rac.Fill
function.
The function contains ready-made convenience
Fill
objects for usual values, all setup with the
owning Rac
instance.
Example
let rac = new Rac()
rac.Fill.none // ready-made none fill
rac.Fill.none.rac === rac // true
Members
none
#
| source:
src/style/instance.Fill.js, line 22
A Fill
without color. Removes the fill color when applied.