Authored by Justin R. Miller

fix to not override a set fill color

... ... @@ -123,7 +123,8 @@
shapeLayer.lineWidth = scaledLineWidth;
shapeLayer.fillColor = [[UIColor colorWithPatternImage:self.fillPatternImage] CGColor];
if (self.fillPatternImage)
shapeLayer.fillColor = [[UIColor colorWithPatternImage:self.fillPatternImage] CGColor];
if (lineDashLengths)
{
... ...