View Single Post
I'm attempting to draw an orthogonal line like so:
Code:
|
|________
However, it I'm only able to draw a line like these two:

Code:
 ________     ________
|                     |
|                     |
I've tried using the flip top/bottom, left right, but no luck. With top/bottom flip, the 1st one turns to the 2nd.

Could someone guide me on how I can draw a orthogonal line with the right angle in the lower left quadrant like my 1st one?

Last edited by wavecentral; 2008-02-03 at 08:36 PM.. Reason: Made line into code snippets