Problem solved by changing the Cap properties of the class:
item.Appearance.Border.Cap = System.Drawing.Drawing2D.LineCap.Flat;
item.Appearance.Border.EndCap = System.Drawing.Drawing2D.LineCap.Flat;
item.Appearance.Border.StartCap = System.Drawing.Drawing2D.LineCap.Flat;
Hope this helps someone else.