namespace UglyToad.Pdf.Graphics { internal enum LineCapStyle { Butt = 0, Round = 1, ProjectingSquare = 2 } }