---
title: createSVGPathSegCurvetoQuadraticSmoothAbs
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/svgpathelement/1632323-createsvgpathsegcurvetoquadratic
---

# createSVGPathSegCurvetoQuadraticSmoothAbs

## Declaration

```data
SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(
    optional unrestricted float x, 
    optional unrestricted float y
);
```
