---
title: createSVGPathSegCurvetoQuadraticSmoothRel
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/svgpathelement/1633408-createsvgpathsegcurvetoquadratic
---

# createSVGPathSegCurvetoQuadraticSmoothRel

## Declaration

```data
SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(
    optional unrestricted float x, 
    optional unrestricted float y
);
```
