JohnnyOpcode / degrafa

Automatically exported from code.google.com/p/degrafa
1 stars 0 forks source link

General layout issue on point based Geometry and path if only x and y are set. #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Point based Geometry (Polygon, Polyline and BezierSpline). 

If only x and y are set these objects should have a width and height of 
the original data/point bounds.

Can work around by explicitly setting the width and height. If no width 
and height are specified and x and y are then the result is a very tiny 
1pixel object (for example BezierSpline).

Original issue reported on code.google.com by Flexible...@gmail.com on 7 Jan 2009 at 9:33