[cairo-commit] [cairo-www] src/cookbook

Carl Worth cworth at freedesktop.org
Thu Sep 27 16:31:25 PDT 2007


 src/cookbook/convertctopyandback.mdwn |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 012d6a42b1d18c1ab03c82aac996ed7e93006179
Author: Carl Worth <cworth at annarchy.freedesktop.org>
Date:   Thu Sep 27 16:31:25 2007 -0700

    web commit by RalphGlass

diff --git a/src/cookbook/convertctopyandback.mdwn b/src/cookbook/convertctopyandback.mdwn
index ec58c91..2c06ac2 100644
--- a/src/cookbook/convertctopyandback.mdwn
+++ b/src/cookbook/convertctopyandback.mdwn
@@ -17,3 +17,11 @@ to Python:
 
 Note that in some instances the python bindings will try to simplify, and then a direct translation is not possible. In such a case refer to the source code of [[pycairo]], it is relatively easy to read.
 
+##Haskell
+
+to Haskell:
+
+        newPath
+        moveTo (x + radius_x) y
+
+


More information about the cairo-commit mailing list