OLD | NEW |
1 Name: NSBezierPath additions from Sean Patrick O'Brien | 1 Name: NSBezierPath additions from Sean Patrick O'Brien |
2 Short Name: NSBezierPath | 2 Short Name: NSBezierPath |
3 URL: http://www.seanpatrickobrien.com/journal/posts/3 | 3 URL: http://www.seanpatrickobrien.com/journal/posts/3 |
4 Source URL: http://www.seanpatrickobrien.com/downloads/track/?path=%2Ftutorials%
2F1%2FExampleButton.zip | 4 Source URL: http://www.seanpatrickobrien.com/downloads/track/?path=%2Ftutorials%
2F1%2FExampleButton.zip |
5 Version: 1.0 | 5 Version: 1.0 |
6 License: BSD | 6 License: BSD |
7 Security critical: YES | 7 Security critical: YES |
8 | 8 |
9 Description: | 9 Description: |
10 Additions to NSBezierPath to make certain operations more convenient (inner | 10 Additions to NSBezierPath to make certain operations more convenient (inner |
11 shadows on paths, for example). | 11 shadows on paths, for example). |
12 | 12 |
13 Local Modifications: | 13 Local Modifications: |
14 - Added LICENSE file based on email correspondence with Sean. | 14 - Added LICENSE file based on email correspondence with Sean. |
15 - Added header guards. | 15 - Added header guards. |
16 - Added a "scale:" parameter to fillWithInnerShadow:. | |
OLD | NEW |