#test007 line normal behavior test 

Point is [{-1,-1,0},{-1,1,0},{1,1,0},{1,-1,0},{-1,-1,0}];

Line000 is a line;
Line000 points is :Point;
Line000 draw;

Line001 is a line;
Line001 points is :Point;
Line001 moves{2,2,2};
Line001 color is :Blue;
Line001 draw;

Line002 is a line;
Line002 points is :Point;
Line002 moves{-2,2,2};
Line002 color is :Yellow;
Line002 width is 4;
Line002 style is 0x5050;
Line002 draw;

Line003 is a line;
Line003 points is :Point;
Line003 moves{2,-2,2};
Line003 color is :Yellow;
Line003 nurbs on;
Line003 draw;

Line004 is a line;
Line004 points is :Point;
Line004 moves{-2,-2,2};
Line004 color is :Yellow;
Line004 antialiases on;
Line004 smooths on;
Line004 draw;

Line005 is a line;
Line005 points is :Point;
Line005 moves{2,-2,0};
Line005 color is :SkyBlue;
Line005 smooths on;
Line005 draw;

Line006 is a line;
Line006 points is :Point;
Line006 moves{2,2,0};
Line006 color is :LimeGreen;
Line006 antialiases on;
Line006 draw;

Line007 is a line;
Line007 points is :Point;
Line007 moves{-2,-2,0};
Line007 color is :Green;
Line007 smooths on;
Line007 draw;

