On Thu, Oct 6, 2016 at 7:59 PM, Jeremy French <[email protected]> wrote:
> The form editor (in "Coordinates and Sizing") shows a non-zero value for > the vertical line's height (which is expected.) But the line's width shows > zero (which seems unexpected.) > It is usual to define line with coordinates of starting and ending point, plus width as additional independent property (plus additional properties, for example in Postscript line can have dash, cap and join property.) Horizontal line would then naturally have same y coordinate for both point, vertical the same x coordinate. 4D translates the two points to left / top and right / bottom coordinates, which leads to zero width or height. -- Peter Bozek ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

