---
title: createSVGPathSegCurvetoQuadraticAbs
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/svgpathelement/1631771-createsvgpathsegcurvetoquadratic
---

# createSVGPathSegCurvetoQuadraticAbs

## Declaration

```data
SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(
    optional unrestricted float x, 
    optional unrestricted float y, 
    optional unrestricted float x1, 
    optional unrestricted float y1
);
```
