[cairo-commit] [cairo-www] src/cairo_rsvg_and_python_in_windows.mdwn
Carl Worth
cworth at freedesktop.org
Mon Dec 8 16:25:29 PST 2008
src/cairo_rsvg_and_python_in_windows.mdwn | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 16b0468e7161943b848280e6adc8f1f1e1ae45ef
Author: Carl Worth <cworth at freedesktop.org>
Date: Mon Dec 8 16:25:29 2008 -0800
web commit by siefkenj
diff --git a/src/cairo_rsvg_and_python_in_windows.mdwn b/src/cairo_rsvg_and_python_in_windows.mdwn
index 6edcd1c..33066e4 100644
--- a/src/cairo_rsvg_and_python_in_windows.mdwn
+++ b/src/cairo_rsvg_and_python_in_windows.mdwn
@@ -1,4 +1,6 @@
-An extremely minimal wrapper for rsvg that can be used in windows as a drop-in replacement for rsvg might go as follows:
+librsvg is currenlty part of gnome-python and therefore is not installed with pycairo on Windows. However, 'librsvg.dll' is ported to windows and may be used directly within a pycairo application. This short code snippet recreates the very basics of gnome-python's rsvg module in windows.
+
+An extremely minimal wrapper for rsvg that can be used in Windows as a drop-in replacement:
#some code to give rsvg.render_cairo(ctx) ability
#on windows.
More information about the cairo-commit
mailing list