doc: fix the app lifecycle image: bring back the svg into the source/images, and use the png version.

This commit is contained in:
Mathieu Virbel 2012-12-30 04:22:01 +01:00
parent 738f4e8a17
commit 72412c5fff
4 changed files with 5 additions and 1712 deletions

View File

@ -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