---
title: arc
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/canvaspath/2871001-arc
---

# arc

## Declaration

```data
void arc(
    unrestricted double x, 
    unrestricted double y, 
    unrestricted double radius, 
    unrestricted double startAngle, 
    unrestricted double endAngle, 
    optional boolean anticlockwise
);
```
