---
title: createSVGPathSegCurvetoCubicRel
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/svgpathelement/1629907-createsvgpathsegcurvetocubicrel
---

# createSVGPathSegCurvetoCubicRel

## Declaration

```data
SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(
    optional unrestricted float x, 
    optional unrestricted float y, 
    optional unrestricted float x1, 
    optional unrestricted float y1, 
    optional unrestricted float x2, 
    optional unrestricted float y2
);
```
