Merge
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 08 Apr 2016 08:02:56 +0100
changeset 80 8bbebcb32e2b
parent 78 75a8daa0f8a6 (current diff)
parent 79 df95786f3e31 (diff)
child 81 094b29cf4c2c
Merge
--- a/README.md	Tue Apr 05 21:58:30 2016 +0100
+++ b/README.md	Fri Apr 08 08:02:56 2016 +0100
@@ -7,10 +7,16 @@
 ## Features
 
 * Full access to Cairo API
-* Integration with Smalltalk/X graphics API
-* Correct transformations (native GC does it wrong)
-* Supports images with alpha channel such as .png icons (not supported by native GC)
-* Supports arbitrary (and correct) transformations, including rotation (not supported by native GC)
+* Full support for icons with alpha channel
+* Full support for transparency (alpha) for all drawing operations (lines, rectangles)
+* Full and correct support for arbitrary transformation
+* Almost-pixel identical results on Windows and Linux (X11)
+* Ready for Quartz (Mac OS X) and Wayland (X11 seems to be phasing out)
+* **Integrates with Smalltalk/X so complete application can be rendered using Cairo**
+
+## Screenshot
+
+![Launcher](https://bitbucket.org/janvrany/stx-goodies-libcairo/wiki/screenshot_013.png)
 
 ## Starting Points