Appends PathVerb#CLOSE to Path. A closed contour connects the first and last Point with line, forming a continuous loop. Open and closed contour draw the same with PaintMode#FILL. With PaintMode#STROKE, open contour draws PaintStrokeCap at contour start and end; cl
()
| 1166 | * @see <a href="https://fiddle.skia.org/c/@Path_close">https://fiddle.skia.org/c/@Path_close</a> |
| 1167 | */ |
| 1168 | public Path closePath() { |
| 1169 | Stats.onNativeCall(); |
| 1170 | _nClosePath(_ptr); |
| 1171 | return this; |
| 1172 | } |
| 1173 | |
| 1174 | /** |
| 1175 | * <p>Approximates conic with quad array. Conic is constructed from start Point p0, |