| Package | Description |
|---|---|
| elemental.js.svg | |
| elemental.svg |
| Modifier and Type | Class and Description |
|---|---|
class |
JsSVGPathSegCurvetoQuadraticRel |
| Modifier and Type | Method and Description |
|---|---|
SVGPathSegCurvetoQuadraticRel |
SVGPathElement.createSVGPathSegCurvetoQuadraticRel(float x,
float y,
float x1,
float y1)
Returns a stand-alone, parentless
SVGPathSegCurvetoQuadraticRel
object.Parameters: float xThe relative X coordinate for the end point of this path segment. float y The relative Y coordinate for the end point of this path segment. float x1The relative X coordinate for the first control point. float y1The relative Y coordinate for the first control point. |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.