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

Carl Worth cworth at freedesktop.org
Wed Feb 17 12:41:24 PST 2010


 src/samples/rounded_rectangle.mdwn |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d6fc003c3f6738955b8f2ab90e6ec58f1829d9a8
Author: mccann <mccann at web>
Date:   Wed Feb 17 12:41:24 2010 -0800

    fix typo

diff --git a/src/samples/rounded_rectangle.mdwn b/src/samples/rounded_rectangle.mdwn
index 1729e25..9849132 100644
--- a/src/samples/rounded_rectangle.mdwn
+++ b/src/samples/rounded_rectangle.mdwn
@@ -1,7 +1,7 @@
 <div class="tutright">[[!img "rounded_rectangle.png" link="no"]]</div>
 	/* a custom shape that could be wrapped in a function */
-        double x0            = 25.6,            /* parameters like cairo_rectangle */
-               y0            = 25.6,
+        double x             = 25.6,            /* parameters like cairo_rectangle */
+               y             = 25.6,
                width         = 204.8,
                height        = 204.8,
                aspect        = 1.0,             /* aspect ratio */


More information about the cairo-commit mailing list