Files
cappuccino/AppKit
Alexandre Wilhelm b5df5f730b Fixed: CGPath is wrong when creating an arc
Previously when creating a CGPath with an arc, the path was wrong. It added a line when it wasn't necessary and when it was necessary it added a line to a wrong point.
Now CGPath works like in cocoa (If the specified path already contains a subpath, Quartz implicitly adds a line connecting the subpath’s current point to the beginning of the arc. If the path is empty, Quartz creates a new subpath with a starting point set to the starting point of the arc.)

Test app in Tests/Manual/CGPath/AppController.j
2013-05-23 14:07:04 -07:00
..
2013-05-21 14:10:05 -07:00
2013-05-16 15:02:45 -04:00
2013-05-21 15:28:33 -07:00
2013-05-16 15:02:45 -04:00
2013-04-25 17:06:52 -07:00
2013-01-23 15:48:55 +07:00
2013-01-23 15:48:55 +07:00
2013-03-26 16:52:46 -07:00
2013-01-27 10:32:23 +08:00
2013-03-25 15:59:10 -04:00
2013-05-16 15:02:45 -04:00
2013-02-25 18:27:44 +00:00
2013-05-16 15:02:45 -04:00
2013-01-23 15:48:55 +07:00
2013-02-15 21:17:39 -05:00
2013-01-08 18:07:15 +00:00
2013-02-20 03:00:20 -05:00
2013-01-23 15:48:55 +07:00
2013-01-24 19:18:39 +08:00
2010-12-09 13:00:52 -08:00
2013-05-16 11:26:01 +02:00
2013-01-24 19:18:39 +08:00
2013-05-06 23:57:58 -04:00
2013-02-23 00:01:19 -05:00
2013-01-23 15:48:55 +07:00
2011-03-25 22:52:57 -04:00
2013-02-06 16:36:49 +00:00
2013-01-23 15:48:55 +07:00
2013-01-23 15:48:56 +07:00
2013-05-16 15:02:45 -04:00
2010-10-05 15:54:25 -07:00
2013-01-11 00:48:18 +00:00
2013-01-24 19:18:39 +08:00
2013-02-25 18:27:44 +00:00
2013-02-27 09:07:21 -05:00
2013-03-06 10:19:26 -05:00
2011-10-25 14:33:47 +02:00