We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec976a commit 037b61dCopy full SHA for 037b61d
docs/source/drawing_shapes.rst
@@ -32,7 +32,7 @@ There are six methods that draw rectangles on the canvas:
32
- ``stroke_rects(x, y, width, height=None)``:
33
Draws rectangular outlines. Where ``x``, ``y``, ``width`` and ``height`` are either integers, lists of integers or NumPy arrays.
34
If ``height`` is None, it is set to the same value as ``width``.
35
-- ``fill_styled_rect(x, y, width, height, color, alpha)``:
+- ``fill_styled_rects(x, y, width, height, color, alpha)``:
36
Same as ``fill_rects`` but with additional ``(n x 3)`` ``color`` ndarray and ``(n)`` ``alpha`` ndarray.
37
- ``stroke_styled_rects(x, y, width, height, color, alpha)``:
38
Same as ``stroke_rects`` but with additional ``(n x 3)`` ``color`` ndarray and ``(n)`` ``alpha`` ndarray.
0 commit comments