Enumeration pvc.options.varia.StrokeLineCap
Extends
string.
Field Attributes | Field Name and Description |
---|---|
The end is straight, at the end position.
|
|
The end is a semi-circle,
whose radius is half the line width
and whose center is at the end position.
|
|
The end is a square,
whith a side length equal to the line width
and whose center is at the end position.
|
Enumeration Detail
pvc.options.varia.StrokeLineCap
The possible ways to draw the ends of a line or line pattern.
See http://www.w3.org/TR/SVG/painting.html#StrokeProperties for more information on stroke properties.
Field Detail
Butt
The end is straight, at the end position.
- Value:
- 'butt'
Round
The end is a semi-circle,
whose radius is half the line width
and whose center is at the end position.
- Value:
- 'round'
Square
The end is a square,
whith a side length equal to the line width
and whose center is at the end position.
- Value:
- 'square'