Directly calls Canvas.drawPath
void drawPath(Path path, Paint paint) => canvas.drawPath(path, paint);