beginPath method

void beginPath()

Implementation

void beginPath() {
  addAction((Canvas canvas, Size size) {
    path2d = Path2D();
  });
}