CAIROLINECAP(3) 1 CAIROLINECAP(3)
The CairoLineCap class
INTRODUCTION
Specifies how to render the endpoints of the path when stroking.
The default line cap style is CairoLineCap::BUTT.
CLASS SYNOPSIS
CairoLineCap
CairoLineCap
Constants
o const integer$CairoLineCap::BUTT0
o const integer$CairoLineCap::ROUND1
o const integer$CairoLineCap::SQUARE2
PREDEFINED CONSTANTS
o CairoLineCap::BUTT -Start(stop) the line exactly at the start(end) point
o CairoLineCap::ROUND -Use a round ending, the center of the circle is the end point
o CairoLineCap::SQUARE -Use squared ending, the center of the square is the end point
PHP Documentation Group CAIROLINECAP(3)