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