SVGPathSegCurvetoCubicSmoothRel 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 | |
x2 | Number | |
y | Number | |
y2 | Number |
Methods that return an SVGPathSegCurvetoCubicSmoothRel
name | of object | description |
---|---|---|
createSVGPathSegCurvetoCubicSmoothRel(x,y,x2,…) | SVGPathElement |