[reportlab-users] Graphics Guide, Paths

Dinu Gherman reportlab-users@reportlab.com
Mon, 12 Aug 2002 09:07:22 +0200


For the record: section 3.1 of the Graphics Guide says:

   " - Path (not implemented yet, but will be added in the future)"

while reportlab/graphics/shapes.py contains:

   class Path(SolidShape):
       """Path, made up of straight lines and bezier curves."""
       ...

I guess the latter is more correct...

Dinu