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