CAIROLINECAP(3) 1 CAIROLINECAP(3) The CairoLineCap classINTRODUCTIONSpecifies how to render the endpoints of the path when stroking. The default line cap style is CairoLineCap::BUTT.CLASS SYNOPSISCairoLineCap CairoLineCap Constants o const integer$CairoLineCap::BUTT0 o const integer$CairoLineCap::ROUND1 o const integer$CairoLineCap::SQUARE2PREDEFINED CONSTANTSo 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)