Enum CairoLineCap (gb.cairo)
Enum CairoLineCap Is LineCapButt, LineCapRound, LineCapSquare
|
Constant
|
Description
|
|
LineCapButt
|
Specifies to render the endpoints of the path when stroking by starting(stopping) the line exactly at the start(end) point.
|
|
LineCapRound
|
Specifies to render the endpoints of the path when stroking by using a round ending, the center of the circle being the end point.
|
|
LineCapSquare
|
Specifies to render the endpoints of the path when stroking by
using squared ending, the center of the square being the end point.
|