<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,6 +24,7 @@
 @import &quot;CPAlert.j&quot;
 @import &quot;CPAnimation.j&quot;
 @import &quot;CPApplication.j&quot;
+@import &quot;CPBezierPath.j&quot;
 @import &quot;CPButton.j&quot;
 @import &quot;CPButtonBar.j&quot;
 @import &quot;CPCib.j&quot;</diff>
      <filename>AppKit/AppKit.j</filename>
    </modified>
    <modified>
      <diff>@@ -130,8 +130,8 @@ var DefaultLineWidth = 1.0;
     CGContextBeginPath(ctx);
     CGContextAddPath(ctx, _path);
     CGContextSetLineWidth(ctx, [self lineWidth]);
-    CGContextStrokePath(ctx);
     CGContextClosePath(ctx);
+    CGContextStrokePath(ctx);
 }
 
 - (void)fill
@@ -141,8 +141,8 @@ var DefaultLineWidth = 1.0;
     CGContextBeginPath(ctx);
     CGContextAddPath(ctx, _path);
     CGContextSetLineWidth(ctx, [self lineWidth]);
-    CGContextFillPath(ctx);
     CGContextClosePath(ctx);
+    CGContextFillPath(ctx);
 }
 
 - (float)lineWidth</diff>
      <filename>AppKit/CPBezierPath.j</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>abb49664f9c14e349e68acf2f2d4882aea6dba62</id>
    </parent>
  </parents>
  <author>
    <name>Ross Boucher</name>
    <email>ross@280north.com</email>
  </author>
  <url>http://github.com/280north/cappuccino/commit/cfed10bbac26247e8523d4541be3798727203469</url>
  <id>cfed10bbac26247e8523d4541be3798727203469</id>
  <committed-date>2009-05-16T16:18:26-07:00</committed-date>
  <authored-date>2009-05-16T16:18:26-07:00</authored-date>
  <message>Add bezier path to appkit.j, fix slight code bug</message>
  <tree>4734a0f4e0b99190048efe080fabea04e761b5ac</tree>
  <committer>
    <name>Ross Boucher</name>
    <email>ross@280north.com</email>
  </committer>
</commit>
