---
title: createSVGPathSegLinetoRel
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/svgpathelement/1629644-createsvgpathseglinetorel
---

# createSVGPathSegLinetoRel

## Declaration

```data
SVGPathSegLinetoRel createSVGPathSegLinetoRel(
    optional unrestricted float x, 
    optional unrestricted float y
);
```
