offset attribute | offset property
Gets or sets a value that indicates where the gradient stop is placed within the gradient.
![]() ![]() |
Syntax
| HTML |
|---|
<element offset="p" ... > |
| JavaScript |
|---|
p = object.offset |
Property values
Type: Object
The location of the gradient stop.
Standards information
- Scalable Vector Graphics: Gradients and Patterns, Section 13.4.4
Remarks
The offset is a number (typically ranging from 0 through 1) that indicates where the gradient stop is placed. For linear gradients, the offset represents a location along the gradient vector. For radial gradients, the offset represents a percentage distance from the (fx,fy) point to the edge of the largest (that is, outermost) circle.
See also
Show:

