This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

SVGPathSegCurvetoQuadraticSmoothAbs

Inherits from SVGElementSVGElement

Properties

No properties.

Methods

No methods.

Events

No events.

Inherited from SVGElement

Properties

No properties.

Methods

No methods.

Events

No events.

Notes

Remarks

Note: In addition to the attributes, properties, events, methods, and styles listed above, SVG elements also inherent core HTML attributes, properties, events, methods, and styles.

The T object uses absolute coordinates to draw a quadratic Bézier curve from the current point to (x,y). The control point is the reflection of the control point on the previous command, relative to the current point. (If there is no previous command or if the previous command was not a Q, q, T or t command, assume that the control point is coincident with the current point.) At the end of the command, the new current point becomes the final (x,y) coordinate pair that is used in the polybézier.

Standards information

Members

The SVGPathSegCurvetoQuadraticSmoothAbs object has these properties:

  • pathSegType: Gets the type of the path segment.
  • pathSegTypeAsLetter: Gets the type of the path segment, specified by the corresponding one-character command name.
  • x: Gets or sets the x-coordinate value.
  • y: Gets or sets the y-coordinate value.

Attributions