SVGPathSegCurvetoQuadraticAbs in SVG 1.1
(no overview available)
Inherits from:
Instance Properties
name | type | description |
---|---|---|
pathSegType | Number | (read only) [from SVGPathSeg] |
pathSegTypeAsLetter | String | (read only) [from SVGPathSeg] |
x | Number | |
x1 | Number | |
y | Number | |
y1 | Number |
Methods that return an SVGPathSegCurvetoQuadraticAbs
name | of object | description |
---|---|---|
createSVGPathSegCurvetoQuadraticAbs(x,y,x1,…) | SVGPathElement |