clear method

void clear()

Clear all batched lines

Implementation

void clear() {
  linesByOpacity.clear();
}