Authored by Justin R. Miller

fix to not override a set fill color

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