diff --git a/AppKit/CPBezierPath.j b/AppKit/CPBezierPath.j index 0ac27ec80..e6354fc51 100644 --- a/AppKit/CPBezierPath.j +++ b/AppKit/CPBezierPath.j @@ -147,8 +147,8 @@ var DefaultLineWidth = 1.0; { _path = CGPathCreateMutable(); _lineWidth = [[self class] defaultLineWidth]; - _lineDashesPhase = 1; - _lineDashes = [0]; + _lineDashesPhase = 0; + _lineDashes = []; } return self;