[cairo-commit] [cairo-www] src/cairo_rsvg_and_python_in_windows.mdwn

Carl Worth cworth at freedesktop.org
Fri Feb 13 17:00:13 PST 2009


 src/cairo_rsvg_and_python_in_windows.mdwn |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f917062d6734dadf90767cc7837143f2004c2bb
Author: vlavla <vlavla at web>
Date:   Fri Feb 13 17:00:13 2009 -0800

    corrected mistake in code

diff --git a/src/cairo_rsvg_and_python_in_windows.mdwn b/src/cairo_rsvg_and_python_in_windows.mdwn
index 33066e4..b7b4af0 100644
--- a/src/cairo_rsvg_and_python_in_windows.mdwn
+++ b/src/cairo_rsvg_and_python_in_windows.mdwn
@@ -60,6 +60,6 @@ An extremely minimal wrapper for rsvg that can be used in Windows as a drop-in r
 This wrapper may be used to render svg's with the same syntax as rsvg.  i.e.:
    
     h = rsvg.Handle("box.svg")
-    s = cario.ImageSurface(cairo.FORMAT_ARGB32, 100, 100) 
+    s = cairo.ImageSurface(cairo.FORMAT_ARGB32, 100, 100) 
     ctx = cairo.Context(s)
     h.render_cairo(ctx)


More information about the cairo-commit mailing list