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