Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
12 | Active |
11 | Rejected |
10 | Rejected |
9 | Rejected |
8 | Rejected |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
Looks good. FYI, due to the current state of Cairo introspection, you should call `cr.$dispose()` when you are done working with a cairo context, or you will leak a little bit of memory each time. Usually, you'll do this just before you return from the signal or vfunc which provided you with the context.