---
title: createSVGPathSegCurvetoCubicSmoothAbs
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/svgpathelement/1630140-createsvgpathsegcurvetocubicsmoo
---

# createSVGPathSegCurvetoCubicSmoothAbs

## Declaration

```data
SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(
    optional unrestricted float x, 
    optional unrestricted float y, 
    optional unrestricted float x2, 
    optional unrestricted float y2
);
```
