DrawingLine
Note: Most of the QA are originally done by Dave
unless specified otherwise
Updated on
CaseNo. |
Inputs |
Expected Outputs |
Remarks |
Result |
|
Drawing -> Line Place start point with left click. Hold and drag to endpoint of line for all tests. Long vertical line. |
Properly placed, no jaggedness. |
Test various orientations throughout the Canvas Windows space. |
Pass |
|
Drawing -> Line Short vertical line. |
|
|
Pass |
|
Drawing -> Line Long horizontal line. |
|
|
Pass |
|
Drawing -> Line Short horizontal line. |
|
|
Pass |
|
Drawing -> Line Short diagonal left line. |
|
|
Pass |
|
Drawing -> Line Long diagonal right line. |
|
|
Pass |
|
Drawing -> Line Short diagonal right line. |
|
|
Pass |
|
Drawing -> Line Crossed vertical, horizontal lines. |
Properly placed, no distortion. |
|
Pass |
|
Drawing -> Line Lines just off of the vertical and horizontal. |
|
|
These are a bit jagged. I don’t know if this can be improved. |
|
Drawing -> Line Line drawn of currently Shown canvas. |
|
??? I think the canvas is supposed to grow? |
|
|
Drawing -> Line Choose Line tool, click on the canvas window once then release the mouse right away |
Nothing happens. No crash. No layer created. |
Found by Lan Phan |
Failed One layer created for each time clicking on canvas window. Supposedly no layer should be created. Besides, the dot created cannot be manipulated by any tool, except the Reshape tool. It causes degeneration with Scale and Stretch tool. Solution could be: make sure mouse is clicked twice before creating a Line object à have 2 anchor points. Status: fixed by <name> (email address) |