bugfix for rendering Lines variant of Shape type.
Fri Aug 19 14:55:25 WEST 2005 Malcolm.Wallace@cs.york.ac.uk
* bugfix for rendering Lines variant of Shape type.
hunk ./src/Shape.hs 40
- Lines {} -> logicalLineSegments ppi dc (shapePerimeter shape) options
+ Lines {} -> logicalLineSegments ppi dc (map (translate centre)
+ (shapePerimeter shape))
+ options