mirror of https://github.com/kivy/kivy.git
doc: fix the app lifecycle image: bring back the svg into the source/images, and use the png version.
This commit is contained in:
parent
738f4e8a17
commit
72412c5fff
|
@ -67,7 +67,7 @@ Explanation of what's going on in the code above
|
|||
|
||||
First off, Let us get familiar with the Kivy app life cycle
|
||||
|
||||
.. image:: ../images/Kivy_App_Life_Cycle.ps
|
||||
.. image:: ../images/Kivy_App_Life_Cycle.png
|
||||
|
||||
As you can see above for all intents and purposes our entry point in to our App
|
||||
is from run() in our case that is MyApp().run(). We will get back to this; first
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 55 KiB |
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 418 KiB |
Loading…
Reference in New Issue