Table of Contents

Property KeySplines

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

KeySplines

Gets or sets a set of Bézier control points associated with the "keyTimes" list, defining a cubic Bézier function that controls interval pacing.

public string KeySplines { get; set; }

Property Value

string

The attribute value is a semicolon-separated list of control point descriptions. Each control point description is a set of four values: x1 y1 x2 y2, describing the Bézier control points for one time segment.

The values must all be in the range 0 to 1.

This attribute is ignored unless the "calcMode" is set to 'spline'.