Use png for the run states diagram

PiperOrigin-RevId: 195071508
Change-Id: I63314bf7529560e4c779ef07cc9399ad8d53f0a2
This commit is contained in:
Zhengyu He
2018-05-02 03:43:41 -07:00
committed by Shentubot
parent 7e901480b4
commit 2264ce7f62
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ kept separate from the main "app" state to reduce the size of the latter.
4. `SyscallReinvoke`, which does not correspond to anything in Linux, and exists
solely to serve the autosave feature.
![dot -Tsvg -Goverlap=false -orun_states.svg run_states.dot](g3doc/run_states.dot "Task control flow graph")
![dot -Tpng -Goverlap=false -orun_states.png run_states.dot](g3doc/run_states.png "Task control flow graph")
States before which a stop may occur are represented as implementations of the
`taskRunState` interface named `run(state)`, allowing them to be saved and
Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB