Comment 2 for bug 199695

Revision history for this message
Nick Fenger (nick-trilliumcharterschool) wrote :

A vertical line works:
Line((10,10),(10,200))
A horizontal line works
Line((10,10),(200,10))
But, any diagonal line such as:
Line((11,10),(10,200))
gives me the "unsupported bit depth" error