line: add image for line instruction

This commit is contained in:
Mathieu Virbel 2012-09-24 18:22:49 +02:00
parent 8c642388af
commit d58ee1fdcb
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -40,6 +40,9 @@ cdef class Line(VertexInstruction):
Additionally, if the current color have an alpha < 1.0, stencil will be
used internally to draw the line.
.. image:: images/line-instruction.png
:align: center
:Parameters:
`points`: list
List of points in the format (x1, y1, x2, y2...)