Try something new. NodeBox 2 Beta - Now Available for Download

Reference | nofill()


Syntax
nofill()

DescriptionDisables the current fill color. All shapes, paths and text following this command will be drawn without a fill color.
Tutorial Colors


Example
strokewidth(1.5)
stroke(0.2)
fill(0.2)
rect(10, 10, 20, 40)
nofill()
rect(40, 10, 20, 40)