simplify property

bool simplify
final

True if the line should be simplified by removing points that are close to other points. This makes drawing faster, but can result in a slight jittering effect when points are added.

Implementation

final bool simplify;