mirror of https://github.com/kivy/kivy.git
line: add image for line instruction
This commit is contained in:
parent
8c642388af
commit
d58ee1fdcb
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -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...)
|
||||
|
|
Loading…
Reference in New Issue