---
title: createSVGPathSegLinetoAbs
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/svgpathelement/1632390-createsvgpathseglinetoabs
---

# createSVGPathSegLinetoAbs

## Declaration

```data
SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(
    optional unrestricted float x, 
    optional unrestricted float y
);
```
