в paintingView.h вы найдете:
#define kBrushOpacity 1.0 //the opacity of the line
#define kBrushPixelStep 1 // the density the dots
#define kBrushScale 14 //thickens of the line (1 = thickest)
#define kLuminosity 0.5 // the Luminosity. I think that this is what you have to play with
#define kSaturation 1.0 //the Saturation of the line color
изменение этих параметров позволит вам получить сплошную линию.
приведенные выше настройки предполагают получение тонкой сплошной линии.
надеюсь, это поможет.
Шани