docs/cookbook: Point out that Cogl does not do AA drawing
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 22 Aug 2011 12:15:42 +0000 (13:15 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 22 Aug 2011 12:15:42 +0000 (13:15 +0100)
doc/cookbook/actors.xml

index 4daff46..ce274b7 100644 (file)
@@ -974,6 +974,12 @@ star_actor_pick (ClutterActor *actor,
           </listitem>
         </itemizedlist>
 
+        <para>One important drawback of using Cogl path primitives is that
+        they will not produce high quality results; more specifically,
+        Cogl does not draw anti-aliased primitives. It is recommended to use
+        the Cairo API to draw during the paint sequence, and the Cogl API
+        to draw during the pick sequence.</para>
+
         <para>If you need more flexibility than is available in the Cogl path
         API, you can make direct use of the <type>CoglVertexBuffer</type>
         API instead. This is a lower-level API, but could potentially