Table of Contents

Method CurvetoQuadraticSmoothRel

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

CurvetoQuadraticSmoothRel(float, float)

Invoked when a relative smooth quadratic bezier curve command has been parsed. The control point is assumed to be the reflection of the control point on the previous command relative to the current point.

Command : t

void CurvetoQuadraticSmoothRel(float x, float y)

Parameters

x float

the relative x coordinate for the end point

y float

the relative y coordinate for the end point

Exceptions

FormatException

if an error occured while processing the path