---
title: createSVGPathSegArcRel
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/svgpathelement/1632993-createsvgpathsegarcrel
---

# createSVGPathSegArcRel

## Declaration

```data
SVGPathSegArcRel createSVGPathSegArcRel(
    optional unrestricted float x, 
    optional unrestricted float y, 
    optional unrestricted float r1, 
    optional unrestricted float r2, 
    optional unrestricted float angle, 
    optional boolean largeArcFlag, 
    optional boolean sweepFlag
);
```
