mirror of https://github.com/kivy/kivy.git
doc: added advice on best pracises to guide/graphics.rst
This commit is contained in:
parent
8bad309e43
commit
a20d45ca1c
|
@ -103,3 +103,5 @@ Or you can clean your canvas and start fresh::
|
|||
with self.canvas:
|
||||
self.rect = Rectangle(pos=self.pos, size=self.size)
|
||||
|
||||
Note that updating the instructions is considered the best practise as it
|
||||
involves less overhead and avoids creating new instructions.
|
Loading…
Reference in New Issue