noStroke method

void noStroke()

Implementation

void noStroke() {
  useStroke = false;
}