Problem with shorts line segments

Hi, I’m Lucas. I’m using OpenglES 1.1 on WinCE 6. I have a problem. When I want to draw a short line segment, Opengl do not draw nothing. Any suggestions are welcome.

Thank you.

How short ? If it is less than one pixel, it is perfectly acceptable.

The ideal is that if you draw a suite of 0.1 pixel long segments, first nothing will be drawn, then when total length is around 1 pixel, it will be drawn.

Details on the spec :
http://www.opengl.org/documentation/specs/version1.1/glspec1.1/node47.html

Then depending on the implementation, it can be badly implemented…

Thank you very much for your information!! I solved my problem.