CurvePath constructor

CurvePath()

Implementation

CurvePath() : super() {
  type = 'CurvePath';
  curves = [];
  autoClose = false; // Automatically closes the path
}