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