Added comment on svglib.
authordinu_gherman
Wed, 10 Jul 2002 10:01:39 +0000
changeset 1670 d2b387acfda8
parent 1669 31cb4c337e0d
child 1671 5cbb010ffaca
Added comment on svglib.
reportlab/graphics/renderSVG.py
--- a/reportlab/graphics/renderSVG.py	Tue Jul 09 16:47:43 2002 +0000
+++ b/reportlab/graphics/renderSVG.py	Wed Jul 10 10:01:39 2002 +0000
@@ -1,6 +1,10 @@
 """An experimental SVG renderer for the ReportLab graphics framework.
 
 This will create SVG code from the ReportLab Graphics API (RLG).
+To read existing SVG code and convert it into ReportLab graphics
+objects download the svglib module here:
+
+  http://python.net/~gherman/#svglib
 """
 
 import math, string, cStringIO, types, sys, os